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

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

Parameters

optional
offset: number

Return Type

string
Back to top