TechTalk Genome v4.2

NullableBoolean.ToString Method 

Converts this NullableBoolean structure to a string.

public override string ToString();

Return Value

a new string that is a description of Null if this NullableBoolean is Null otherwise a new string that is the description of this NullableBoolean structure's Value.

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableBoolean Class | TechTalk.Genome.NullableTypes Namespace