Skip to main content
method Deno.UnsafePointerView.getCString
UnsafePointerView.getCString(
pointer: PointerObject,
offset?: number,
): string
Deprecated

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
Back to top