TechTalk Genome v4.2

NullableInt16 Explicit NullableBoolean to NullableInt16 Conversion 

Converts NullableBoolean to NullableInt16

public static explicit operator NullableInt16(
   NullableBoolean x
);

Parameters

x
NullableBoolean value

Return Value

equivalent NullableInt16

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableInt16 Class | TechTalk.Genome.NullableTypes Namespace