[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Tools.StringExtensions.SwitchToNativeDigits

SwitchToNativeDigits Method

SwitchToNativeDigits(string, int)

Switches the digits in the content to the native digits of the specified language.

Declaration
public static string SwitchToNativeDigits(this string content, int language)
Parameters
Type Name Description
string content

The content to switch.

int language

The language LCID (Locale Identifier).

Returns
Type Description
string

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