Click or drag to resize

FuncConvertToArabic Method (String, Boolean)

Converts all digits in the string to the arabic representation.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string ToArabic(
	string value,
	bool useEasternDigits
)

Parameters

value
Type: SystemString
A string for converting into the arabic representation.
useEasternDigits
Type: SystemBoolean
Use eastern or standard arabic digits.

Return Value

Type: String
String with arabic digits.
See Also