TechTalk Genome v4.2

NullableUInt16 Explicit NullableString to NullableUInt16 Conversion 

Converts NullableString to NullableUInt16 value

public static explicit operator NullableUInt16(
   NullableString x
);

Parameters

x
Nullable string value

Return Value

equivalent NullableUInt16

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableUInt16 Class | TechTalk.Genome.NullableTypes Namespace