示例#1
0
 public static string Bool(this bool val) => BaseUIUtil.Bool(val);
示例#2
0
 public static string Bool(this float val) => BaseUIUtil.Bool(val);