ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Tools Namespace / StringExtensions Class / GetUnicodeChar Method

In This Topic
    GetUnicodeChar Method
    In This Topic
    Gets unicode character from string taking into accaount high surrogates (chars that presented by 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
    i
    See Also