Method | Description | |
---|---|---|
Apply ( string input ) : string | ||
IsHighSurrogate ( char c ) : bool | ||
IsLowSurrogate ( char c ) : bool |
public static Apply ( string input ) : string | ||
input | string | |
return | string |
public static IsHighSurrogate ( char c ) : bool | ||
c | char | |
return | bool |
public static IsLowSurrogate ( char c ) : bool | ||
c | char | |
return | bool |