Method ToString
- Namespace
- Ubiquity.NET.InteropHelpers
- Assembly
- Ubiquity.NET.InteropHelpers.dll
ToString()
Converts the underlying string pointer into a managed string
public override string? ToString()
Returns
- string
Managed string for the provided pointer
Remarks
The return is a managed string that is equivalent to the string of this pointer. It's lifetime is controlled by the runtime GC.