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 #

#offset: number
optional

Return Type #

string