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