Package ai.nexconn.chatui.picture.tools
Class StringUtils
-
- All Implemented Interfaces:
public class StringUtils
-
-
Constructor Summary
Constructors Constructor Description StringUtils()
-
Method Summary
Modifier and Type Method Description static voidtempTextFont(TextView tv, int mimeType)static intstringToInt(String str)Match numeric value -
-
Method Detail
-
tempTextFont
static void tempTextFont(TextView tv, int mimeType)
-
stringToInt
static int stringToInt(String str)
Match numeric value
-
-
-
-