TechTalk Genome v4.2

NullableString Constructor (String)

Initializes a new instance of the NullableString structure using the specified string.

public NullableString(
   string value
);

Parameters

value
The string to store.

Remarks

If value is null (Nothing in Visual Basic) the new instance will be Null.

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 | NullableString Constructor Overload List