Download the PHP package javadev/moneytostr-russian without Composer
On this page you can find all versions of the php package javadev/moneytostr-russian. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package moneytostr-russian
moneytostr
The tool to convert amount to words in Ukrainian/English/Russian languages
Download
Download latest release or grab via Maven:
or Gradle:
MoneyToStr - Java Class
Class Overview: The MoneyToStr class provides methods to convert numeric values into text representations of currency in various languages.
Dependencies:
- Java Standard Library
Public Classes:
- MoneyToStr: Main class for converting numbers to symbols.
- MoneyToStr.Currency: Enum representing different currencies.
- MoneyToStr.Language: Enum representing different languages.
- MoneyToStr.Pennies: Enum representing pennies as numbers or text.
Public Methods:
- MoneyToStr(Currency currency, Language language, Pennies pennies): Constructor to initialize the MoneyToStr object with currency, language, and pennies.
- String convert(Double theMoney): Converts a double value to a text description of the money value.
- String convert(Long theMoney, Long theKopeiki): Converts an amount to words.
Usage Example:
All versions of moneytostr-russian with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package javadev/moneytostr-russian contains the following files
Loading the files please wait ....