Method GetUnsafePtr
GetUnsafePtr()
Returns a pointer to this string's character buffer.
Declaration
public byte* GetUnsafePtr()
Returns
Type | Description |
---|---|
byte* | A pointer to this string's character buffer. |
Implements
Remarks
The pointer is made invalid by operations that reallocate the character buffer, such as setting Capacity.