TechTalk Genome v4.2

NullableDecimal.ToNullableString Method 

Converts this NullableDecimal structure to a NullableString structure.

public NullableString ToNullableString();

Return Value

NullableString.Null if this NullableDecimal is Null otherwise a new NullableString structure whose NullableString.Value is the description of this NullableDecimal 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

NullableDecimal Class | TechTalk.Genome.NullableTypes Namespace