ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Bidi Namespace / Helper Class / GetCodes Method
The text to get codes for.

In This Topic
    GetCodes Method
    In This Topic
    Gets the codes for the specified text.
    Syntax
    'Declaration
     
    Public Shared Function GetCodes( _
       ByVal text As String _
    ) As Byte()
    public static byte[] GetCodes( 
       string text
    )

    Parameters

    text
    The text to get codes for.

    Return Value

    An array of bytes representing the codes.
    See Also