method Buffer.prototype.toStringimport { Buffer } from "https://dotland.deno.dev/std@0.110.0/node/buffer.ts"; toString(encoding?,start?,end?,): stringDecodes buf to a string according to the specified character encoding in encoding. start and end may be passed to decode only a subset of buf. Decodes buf to a string according to the specified character encoding in encoding. start and end may be passed to decode only a subset of buf. Parametersoptionalencoding = [UNSUPPORTED]optionalstart = [UNSUPPORTED]optionalend = [UNSUPPORTED]Returnsstring