TechTalk Genome v4.2

NullableBoolean.ToNullableDecimal Method 

Converts this NullableBoolean structure to a NullableDecimal structure.

public NullableDecimal ToNullableDecimal();

Return Value

NullableDecimal.Null if this NullableBoolean is Null otherwise a new NullableDecimal structure whose NullableDecimal.Value equals 1 if this NullableBoolean structure's Value is true or equals 0 if this NullableBoolean structure's Value is false.

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableBoolean Class | TechTalk.Genome.NullableTypes Namespace