Example #1
0
 public static string Green(this string name) => BaseUIUtil.Green(name);
Example #2
0
 public static string Green(this float number) => BaseUIUtil.Green(number);