TechTalk Genome v4.2

NullableUInt32 Implicit NullableInt16 to NullableUInt32 Conversion 

Converts the NullableInt16 parameter to a NullableUInt32 structure.

public static implicit operator NullableUInt32(
   NullableInt16 x
);

Parameters

x
A NullableInt16 to be converted to a NullableUInt32 structure.

Return Value

Null if x is NullableInt16.Null otherwise a new NullableUInt32 structure constructed from the NullableInt16.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

NullableUInt32 Class | TechTalk.Genome.NullableTypes Namespace