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