public final class CharUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
decAsciiCharToInt(char c)
10进制ascii字符转换为10进制int数字
|
static int |
hexAsciiCharToInt(char c)
16进制ascii字符转换为10进制int数字
|
Copyright © 2019. All rights reserved.