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

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

Parameters

pointer: PointerObject
optional
offset: number

Return Type

string