deno.com
method Deno.UnsafePointerView.prototype.getCString
#UnsafePointerView.prototype.getCString(offset?: number): string

Gets a C string (null terminated string) at the specified byte offset from the pointer.

Parameters #

optional
#offset: number

Return Type #

string