TechTalk Genome v4.2

NullableString Implicit String to NullableString Conversion 

Converts the string parameter to a NullableString structure.

public static implicit operator NullableString(
   string a
);

Parameters

a
A string to be converted to a NullableString structure.

Return Value

A new NullableString structure constructed from a.

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