Deno.UnsafePointerView.prototype.getCString - Deno documentation
method Deno.UnsafePointerView.prototype.getCString

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

Parameters

optional
offset: number

Return Type

string