Want to convert Amount in Indonesian words am using vb.net but facing some issue help me out for these
regards
SB
Hi @sohil.b
- Create a new sequence in UiPath.
- Add an Assign activity.
- Assign the result of the following expression to a String variable (for example,
convertedAmount
):
New ConvertAmountToWords().ConvertToWords(yourAmount)
Make sure to replace yourAmount
with the amount you want to convert.
Hi @sohil.b
syntax : CDbl(Your amount).ToString(“C2”,System.Globalization.CultureInfo.CreateSpecificCulture(“en-Your country code”))
It Helps!