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
)
Public Shared Function ToArabic (
value As Integer,
useEasternDigits As Boolean
) As String
Parameters
- value
- Type: SystemInt32
A number for converting into the arabic representation. - useEasternDigits
- Type: SystemBoolean
Use eastern or standard arabic digits.
Return Value
Type:
StringString representation of the value with arabic digits.
See Also