TechTalk Genome v4.2

NullableString Explicit NullableInt16 to NullableString Conversion 

Converts the NullableInt16 parameter to a NullableString structure.

public static explicit operator NullableString(
   NullableInt16 x
);

Parameters

x
A NullableInt16 to be converted to a NullableString structure.

Return Value

Null if x is NullableInt16.Null otherwise a new NullableString structure that's the string representation 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

NullableString Class | TechTalk.Genome.NullableTypes Namespace