[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Tools.StringExtensions.GetUnicodeChar

GetUnicodeChar Method

GetUnicodeChar(string, ref int)

Gets the Unicode character from the string, taking into account high surrogates (characters represented by a 32-bit value).

Declaration
public static string GetUnicodeChar(this string source, ref int i)
Parameters
Type Name Description
string source

The source string.

int i

The index in the source string.

Returns
Type Description
string

The Unicode character as a string.