NullableTypes Class Library

NullableString.Length Property

Gets the number of characters in this instance.

[Visual Basic]
Public ReadOnly Property Length As Integer
[C#]
public int Length {get;}

Property Value

The number of characters in this instance.

Exceptions

Exception TypeCondition
NullableNullValueException This instance is set to Null.

See Also

NullableString Class | NullableTypes Namespace