public class NumericUtil extends Object
| Constructor and Description |
|---|
NumericUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
cnNumericToArabic(String cnn,
boolean flag)
a static method to turn the Chinese numeric to Arabic numbers
|
static int |
isCNNumeric(char c)
check if the given char is a Chinese numeric or not
|
static int |
qCNNumericToArabic(String cnn) |
public static int isCNNumeric(char c)
c - public static int cnNumericToArabic(String cnn, boolean flag)
cnn - flag - public static int qCNNumericToArabic(String cnn)
Copyright © 2017. All Rights Reserved.