TechTalk Genome v4.2

NullableGuid Explicit NullableString to NullableGuid Conversion 

Converts the specified NullableString parameter to a NullableGuid structure.

public static explicit operator NullableGuid(
   NullableString x
);

Parameters

x
The NullableString to be converted.

Return Value

Null if x is NullableString.Null otherwise a new NullableGuid structure containing the parsed value.

Exceptions

Exception TypeCondition
FormatException The format of x 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