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