UnsafeString Properties |
The UnsafeString type exposes the following members.
Name | Description | |
---|---|---|
Buffer |
Gets an unmanaged pointer to the string.
| |
IsImmutable |
Determines whether the current UnsafeString is immutable
or, when the value of this property is false, if still bound to a mutable.
Call the MakeImmutable() method to make the UnsafeString immutable.
| |
Length |
Gets the number of characters in the string.
|