NullableTypes Class Library

NullableString Constructor (String)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As String _
)
[C#]
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.

See Also

NullableString Class | NullableTypes Namespace | NullableString Constructor Overload List