TechTalk Genome v4.2

NullableChar.Parse Method 

Converts the value of the specified string to its NullableChar equivalent.

public static NullableChar Parse(
   string s
);

Parameters

s
The string to be converted.

Return Value

A NullableChar structure containing the parsed value.

Exceptions

Exception TypeCondition
ArgumentNullExceptions is a null reference (Nothing in Visual Basic).
FormatException The length of s is not 1.

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableChar Class | TechTalk.Genome.NullableTypes Namespace