Table of Contents

Class TextEncoderStream

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The TextEncoderStream interface of the 'Encoding API' converts a stream of strings into bytes in the UTF-8 encoding. It is the streaming equivalent of TextEncoder.

[Value("TextEncoderStream")]
public class TextEncoderStream
Inheritance
TextEncoderStream
Inherited Members

Remarks

Constructors

TextEncoderStream()

The TextEncoderStream() constructor creates a new TextEncoderStream object which is used to convert a stream of strings into bytes using UTF-8 encoding.

public TextEncoderStream()

Remarks