DPL StudioDPL Studio GuideAppendix B: Supported FunctionsConversion FunctionsParseCurrencyOn this pageParseCurrencyParseCurrancyFunction Parse a currency string value to a decimal type. Syntax ParseCurrency(scalar Value) Arguments ArgumentDescriptionscalar ValueString date value Examples: ParseCurrency('-$123,000.56') Return a value of decimal type.