method Deno.UnsafePointerView.getCString
#UnsafePointerView.getCString(pointer: PointerObject,offset?: number,): stringGets a C string (null terminated string) at the specified byte offset
from the specified pointer.
Parameters #
#pointer: PointerObject #offset: number optional
Return Type #
string