TechTalk Genome v4.2

NullableString.ToString Method 

Converts this NullableString structure to a string.

public override string ToString();

Return Value

A new string that is a description of Null if this NullableString is Null otherwise a new string that is equal to this instance Value.

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