Initializes a new instance of NullableString to the value indicated by an array of Unicode characters.
Initializes a new instance of the NullableString class to the value indicated by a specified Unicode character repeated a specified number of times.
public NullableString(char,int);
Initializes a new instance of NullableString to the value indicated by an array of Unicode characters.
public NullableString(char[]);
Initializes a new instance of the String class to the value indicated by an array of Unicode characters, a starting character position within that array, and a length.
public NullableString(char[],int,int);
Initializes a new instance of the NullableString structure using the specified string.
public NullableString(string);
NullableString Class | NullableTypes Namespace