TechTalk Genome v4.2

NullableGuid.Parse Method 

Converts the specified string representation of a logical value to its NullableGuid equivalent.

public static NullableGuid Parse(
   string s
);

Parameters

s
The string to be converted.

Return Value

A NullableGuid structure containing the parsed value.

Exceptions

Exception TypeCondition
ArgumentNullExceptions is a null reference (Nothing in Visual Basic).
FormatException The format of s is invalid.

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableGuid Class | TechTalk.Genome.NullableTypes Namespace