Exemple #1
0
 public static string Start(Size.E _Size)
 {
     return("[size=" + (int)_Size + "]");
 }
Exemple #2
0
 public static string Create_Sized(string _Text, Size.E _Size)
 {
     return(Size.Start(_Size) + _Text + Size.End());
 }