interface IUnitLanguage
| Modifier and Type | Method and Description |
|---|---|
String |
convert(String q)
Converts all occurring natural language numerals to digits.
|
String convert(String q)
"$80 million" - "$ 80000000" "10 miles" - "1609.344 m"
q - any string which may or may not contain numerals or units to
convert.Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.