ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Tools Namespace / StringExtensions Class / SwitchToNativeDigits Method
The content to switch.
The language LCID (Locale Identifier).

In This Topic
    SwitchToNativeDigits Method
    In This Topic
    Switches the digits in the content to the native digits of the specified language.
    Syntax
    'Declaration
     
    Public Shared Function SwitchToNativeDigits( _
       ByVal content As String, _
       ByVal language As Integer _
    ) As String
    public static string SwitchToNativeDigits( 
       string content,
       int language
    )

    Parameters

    content
    The content to switch.
    language
    The language LCID (Locale Identifier).

    Return Value

    The content with native digits if the language is valid; otherwise, the original content.
    See Also