示例#1
0
 public static string Yellow(this string name) => BaseUIUtil.Yellow(name);
示例#2
0
 public static string RoundSign(this float f) => BaseUIUtil.RoundSign(f);
示例#3
0
 public static string Bool(this bool val) => BaseUIUtil.Bool(val);
示例#4
0
 public static string TwoDS(this float f) => BaseUIUtil.TwoDS(f);
示例#5
0
 public static string Sign(this float val) => BaseUIUtil.Sign(val);
示例#6
0
 public static string OneDC(this float f, bool isReverseCol  = false) => BaseUIUtil.OneDC(f, isReverseCol);
示例#7
0
 public static string TwoD(this float f, bool isOption       = false) => BaseUIUtil.TwoD(f, isOption);
示例#8
0
 public static string Floor(this float f) => BaseUIUtil.Floor(f);
示例#9
0
 public static string Ceil(this float f) => BaseUIUtil.Ceil(f);
示例#10
0
 public static string ToHex(this Color color) => BaseUIUtil.ToHex(color);
示例#11
0
 public static string Indent(this string str) => BaseUIUtil.Indent(str);
示例#12
0
 public static Color ToColor(this string str) => BaseUIUtil.FromHex(str);
示例#13
0
 public static string Grey(this string name) => BaseUIUtil.Grey(name);
示例#14
0
 public static string Grey(this float number) => BaseUIUtil.Grey(number);
示例#15
0
 public static string ColSign(this float number, bool reverseColor = false) => BaseUIUtil.ColSign(number, reverseColor);
示例#16
0
 public static string PerSign(this int percent) => BaseUIUtil.AddPerSign(percent);
示例#17
0
 public static string ColSign(this int number) => BaseUIUtil.ColSign(number);
示例#18
0
 public static string PerCS(this float percent, bool reverseColor    = false) => BaseUIUtil.PerCS(percent, reverseColor);
示例#19
0
 public static string OneDS(this float f) => BaseUIUtil.OneDS(f);
示例#20
0
 public static string PerRiseCol(this float num, bool isReverseColor = false, bool isHaveSignal = true) => BaseUIUtil.PerRiseCol(num, isReverseColor, isHaveSignal);
示例#21
0
 public static string TwoDCS(this float f, bool isReverseCol = false) => BaseUIUtil.TwoDCS(f, isReverseCol);
示例#22
0
 public static string PerSign(this float percent) => BaseUIUtil.PerSign(percent);
示例#23
0
 public static string Sign(this string str) => BaseUIUtil.Sign(str);
示例#24
0
 public static string PerToIntCol(this float percent, bool isHaveSignal = true) => BaseUIUtil.PerToIntCol(percent, isHaveSignal);
示例#25
0
 public static string RoundColor(this float f) => BaseUIUtil.RoundColor(f);
示例#26
0
 public static string KMG(this float number, KMGType type        = KMGType.TenK) => BaseUIUtil.KMG(number, type);
示例#27
0
 public static string Bool(this float val) => BaseUIUtil.Bool(val);
示例#28
0
 public static string KMGCS(this float number, bool reverseColor = false, KMGType type = KMGType.TenK) => BaseUIUtil.KMGCS(number, reverseColor, type);
示例#29
0
 public static string CDStyle(this float f) => BaseUIUtil.CDStyle(f);
示例#30
0
 public static string Yellow(this float number) => BaseUIUtil.Yellow(number);