TechTalk Genome v4.2

NullableString Explicit NullableBoolean to NullableString Conversion 

Converts the NullableBoolean parameter to a NullableString structure.

public static explicit operator NullableString(
   NullableBoolean x
);

Parameters

x
A NullableBoolean to be converted to a NullableString structure.

Return Value

Null if x is NullableBoolean.Null otherwise a new NullableString the string representation of x.

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