C# Класс System.Text.TextEncoder

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Encode ( ) : Uint8Array
Encode ( string input ) : Uint8Array
Encode ( string input, TextEncodeOptions options ) : Uint8Array
TextEncoder ( ) : System.Collections.TypedArrays
TextEncoder ( string utfLabel ) : System.Collections.TypedArrays

Описание методов

Encode() публичный метод

public Encode ( ) : Uint8Array
Результат Uint8Array

Encode() публичный метод

public Encode ( string input ) : Uint8Array
input string
Результат Uint8Array

Encode() публичный метод

public Encode ( string input, TextEncodeOptions options ) : Uint8Array
input string
options TextEncodeOptions
Результат Uint8Array

TextEncoder() публичный метод

public TextEncoder ( ) : System.Collections.TypedArrays
Результат System.Collections.TypedArrays

TextEncoder() публичный метод

public TextEncoder ( string utfLabel ) : System.Collections.TypedArrays
utfLabel string
Результат System.Collections.TypedArrays