ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Bidi Namespace / Helper Class / MirrorUnicodeString Method
The input string.

In This Topic
    MirrorUnicodeString Method
    In This Topic
    Searches the Mirroring table to determine if characters in the string need to be mirrored.
    Syntax
    'Declaration
     
    Public Shared Function MirrorUnicodeString( _
       ByVal s As String _
    ) As String
    public static string MirrorUnicodeString( 
       string s
    )

    Parameters

    s
    The input string.

    Return Value

    The mirrored string.
    See Also