ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Tools Namespace / StringExtensions Class / GetUnicodeChar Method
The source string.
The index in the source string.

In This Topic
    GetUnicodeChar Method
    In This Topic
    Gets the Unicode character from the string, taking into account high surrogates (characters represented by a 32-bit value).
    Syntax
    'Declaration
     
    Public Shared Function GetUnicodeChar( _
       ByVal source As String, _
       ByRef i As Integer _
    ) As String
    public static string GetUnicodeChar( 
       string source,
       ref int i
    )

    Parameters

    source
    The source string.
    i
    The index in the source string.

    Return Value

    The Unicode character as a string.
    See Also