C# Класс System.Text.Utf8.Utf8EncodedCodePoint

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

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

Метод Описание
Utf8EncodedCodePoint ( char character ) : System.Runtime.InteropServices
Utf8EncodedCodePoint ( char highSurrogate, char lowSurrogate ) : System.Runtime.InteropServices

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

Utf8EncodedCodePoint() публичный Метод

public Utf8EncodedCodePoint ( char character ) : System.Runtime.InteropServices
character char
Результат System.Runtime.InteropServices

Utf8EncodedCodePoint() публичный Метод

public Utf8EncodedCodePoint ( char highSurrogate, char lowSurrogate ) : System.Runtime.InteropServices
highSurrogate char
lowSurrogate char
Результат System.Runtime.InteropServices