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