method Deno.UnsafePointerView.prototype.getCStringUnsafePointerView.prototype.getCString(offset?: number): stringGets a C string (null terminated string) at the specified byte offset from the pointer. Parametersoptionaloffset: numberReturn Typestring