NullableTypes Class Library

NullableString Constructor (Char[])

Initializes a new instance of NullableString to the value indicated by an array of Unicode characters.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As Char() _
)
[C#]
public NullableString(
   char[] value
);

Parameters

value
An array of Unicode characters.

Remarks

If value is a null reference (Nothing in Visual Basic) or contains no element, an Empty instance is initialized.

See Also

NullableString Class | NullableTypes Namespace | NullableString Constructor Overload List