NullableTypes Class Library

NullableBoolean.ToNullableInt32 Method 

Converts this NullableBoolean structure to a NullableInt32 structure.

[Visual Basic]
Public Function ToNullableInt32() As NullableInt32
[C#]
public NullableInt32 ToNullableInt32();

Return Value

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

See Also

NullableBoolean Class | NullableTypes Namespace