method Deno.UnsafePointerView.prototype.getCString
Jump to headingUnsafePointerView.prototype.getCString(offset?: number): string
Gets a C string (null
terminated string) at the specified byte offset
from the pointer.
Parameters Jump to heading
optional
Jump to headingoffset: number
Return Type Jump to heading
string