The properties of the NullableString structure are listed below. For a complete list of NullableString structure members, see the NullableString Members topic.
Chars | Gets the character at a specified character position in this instance. In C#, this property is the indexer for the NullableString class. |
IsEmpty | Indicates whether or not the value of the NullableString structure is Empty. |
IsNull | Indicates whether or not the value of the NullableString structure is null. |
Length | Gets the number of characters in this instance. |
Value | Gets the value of the NullableString structure. This property is read-only |
NullableString Class | NullableTypes Namespace