public class StringUtil extends Object
| Constructor and Description |
|---|
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
convertIntToString(int number) |
static String |
replaceQuotesAndBackSlash(String inStr) |
static String |
replaceQuotesBackSlashWithQuote(String inStr) |
static String |
replaceQuotesWithEmpty(String inStr) |
public static String convertIntToString(int number)
Copyright © 2016. All rights reserved.