[]
Gets the Unicode character from the string, taking into account high surrogates (characters represented by a 32-bit value).
public static string GetUnicodeChar(this string source, ref int i)
| Type | Name | Description |
|---|---|---|
| string | source | The source string. |
| int | i | The index in the source string. |
| Type | Description |
|---|---|
| string | The Unicode character as a string. |