TechTalk Genome v4.2

NullableBoolean Explicit NullableInt32 to NullableBoolean Conversion 

Converts the NullableInt32 parameter to a NullableBoolean structure.

public static explicit operator NullableBoolean(
   NullableInt32 x
);

Parameters

x
A NullableInt32 to be converted to a NullableBoolean structure.

Return Value

Null if x is NullableInt32.Null otherwise a new NullableBoolean structure constructed from the NullableInt32.Value of x.

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