TechTalk Genome v4.2

NullableString Explicit NullableString to String Conversion 

Converts a NullableString to a string.

public static explicit operator string(
   NullableString a
);

Parameters

a
A NullableString to convert.

Return Value

A string set to the Value of the NullableString.

Exceptions

Exception TypeCondition
NullableNullValueExceptiona is Null.

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableString Class | TechTalk.Genome.NullableTypes Namespace