public class CharUtil
extends org.apache.commons.lang3.CharUtils
| 构造器和说明 |
|---|
CharUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
charToInt(String s)
字符 转 数字
|
static char |
intToChar(int i)
数字 转 字符
|
isAscii, isAsciiAlpha, isAsciiAlphaLower, isAsciiAlphanumeric, isAsciiAlphaUpper, isAsciiControl, isAsciiNumeric, isAsciiPrintable, toChar, toChar, toChar, toChar, toCharacterObject, toCharacterObject, toIntValue, toIntValue, toIntValue, toIntValue, toString, toString, unicodeEscaped, unicodeEscapedpublic static char intToChar(int i)
i - public static int charToInt(String s)
s - Copyright © 2024. All rights reserved.