TechTalk Genome v4.2

NullableBoolean.ToNullableInt64 Method 

Converts this NullableBoolean structure to a NullableInt64 structure.

public NullableInt64 ToNullableInt64();

Return Value

NullableInt64.Null if this NullableBoolean is Null otherwise a new NullableInt64 structure whose NullableInt64.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