Click or drag to resize

FuncConvertToArabic Method (Int32, Boolean)

Converts the number to the arabic representation.

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

Parameters

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

Return Value

Type: String
String representation of the value with arabic digits.
See Also