Méthode | Description | |
---|---|---|
TryDecodeCodePoint ( Span |
||
TryDecodeCodePointFromString ( string s, int index, System.Text.UnicodeCodePoint &codePoint, int &encodedChars ) : bool | ||
TryEncodeCodePoint ( System.Text.UnicodeCodePoint codePoint, char buffer, int &encodedChars ) : bool | ||
Write ( char array, uint v ) : void | ||
Write ( char array, ushort v ) : void |
public static TryDecodeCodePoint ( Span |
||
buffer | Span |
|
codePoint | System.Text.UnicodeCodePoint | |
encodedBytes | int | |
Résultat | bool |
public static TryDecodeCodePointFromString ( string s, int index, System.Text.UnicodeCodePoint &codePoint, int &encodedChars ) : bool | ||
s | string | |
index | int | |
codePoint | System.Text.UnicodeCodePoint | |
encodedChars | int | |
Résultat | bool |
public static TryEncodeCodePoint ( System.Text.UnicodeCodePoint codePoint, char buffer, int &encodedChars ) : bool | ||
codePoint | System.Text.UnicodeCodePoint | |
buffer | char | |
encodedChars | int | |
Résultat | bool |
public static Write ( char array, uint v ) : void | ||
array | char | |
v | uint | |
Résultat | void |
public static Write ( char array, ushort v ) : void | ||
array | char | |
v | ushort | |
Résultat | void |