Метод | Описание | |
---|---|---|
SurrogatedLength ( [ str ) : int |
Get length considered surrogate pairs.
|
|
SurrogatedSubstring ( [ str, int startIndex, int length = -1 ) : string |
Get substring with considering surrogate pairs. This method cuts string with surrogate-pair considered parameters. |
|
UnsurrogatedLength ( [ str ) : int |
Get decode length considered surrogate pairs.
|
public static SurrogatedLength ( [ str ) : int | ||
str | [ | source string |
Результат | int |
public static SurrogatedSubstring ( [ str, int startIndex, int length = -1 ) : string | ||
str | [ | source string |
startIndex | int | surrogate-pair considered start index |
length | int | surrogate-pair considered length |
Результат | string |
public static UnsurrogatedLength ( [ str ) : int | ||
str | [ | source string |
Результат | int |