Searched refs:intString (Results 1 – 1 of 1) sorted by relevance
3206 private static String convertStringToBoolString(String intString) { in convertStringToBoolString() argument3207 if ("0".equals(intString) || "false".equalsIgnoreCase(intString)) return "false"; in convertStringToBoolString()