TechTalk Genome v4.2

NullableInt16.Parse Method 

parse NullableInt16 value from a string

public static NullableInt16 Parse(
   string s
);

Parameters

s
string of NullableInt16 value

Return Value

NullableInt16 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

NullableInt16 Class | TechTalk.Genome.NullableTypes Namespace