NullableTypes Class Library

NullableString.Value Property

Gets the value of the NullableString structure. This property is read-only

[Visual Basic]
Public ReadOnly Property Value As String
[C#]
public string Value {get;}

Property Value

The value of the NullableString structure.

Exceptions

Exception TypeCondition
NullableNullValueException The property is set to null.

See Also

NullableString Class | NullableTypes Namespace