import system.Int; import system.Float; bool isInt = isInt("123"); // true bool isFloat = isFloat("12.34"); // true