TechTalk Genome v4.2

NullableUInt16.Parse Method 

parse NullableUInt16 value from a string

public static NullableUInt16 Parse(
   string s
);

Parameters

s
string of NullableUInt16 value

Return Value

NullableUInt16 value: result of parsing the string s

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