ConvertStringOptionsinterface ConvertStringOptions {bom?: boolean | string | undefined;fallback?: | "html-entity" | "html-entity-hex" | "ignore" | "error";from?: Encoding | undefined;to: Encoding;type: "string";}§Properties§bom?: boolean | string | undefined[src]§fallback?: "html-entity" | "html-entity-hex" | "ignore" | "error"[src]§from?: Encoding | undefined[src]§to: Encoding[src]§type: "string"[src]