Property Length
Length
The current length in bytes of this string's content.
Declaration
public int Length { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| int | The current length in bytes of this string's content. |
Implements
Remarks
The length value does not include the null-terminator byte.
Exceptions
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if the new length is out of bounds. |