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