Number To Currency Documentation
Input Handling: Streamlined and Efficient
1) NumberToCurrency_Simple: Client Action Overview
Example 1: Number To Currency Simple
Parameters:
Formatted Output: ₹15,000.5
In this example, NumberToCurrency_Simple transforms the given numerical value into a currency string using the specified locale, currency, and display preferences. The result is precisely formatted output in Indian Rupees (INR) with the currency symbol, showcasing the flexibility and accuracy of the component.
2) NumberToCurrency_Advanced: Client Action Overview
Example 1: Number To Currency Advanced
Formatted Output: ₹15K
In this example, Number To Currency Advanced takes a numerical value and applies advanced formatting based on specified parameters. The result is a formatted output in Indian Rupees (INR) with the currency symbol, adhering to compact notation, and with a minimum and maximum significant digits configuration.