Exemplo n.º 1
0
 public static string GetFormatString(this int number, SplitTpye splitTpye, LeftCharType leftCharType, RightCharType rightCharType)
 {
     return(GetFormatString(number, splitTpye.GetText(), leftCharType.GetText(), rightCharType.GetText()));
 }
Exemplo n.º 2
0
 public static string GetFormatString(this int number, LeftCharType leftCharType, RightCharType rightCharType)
 {
     return(GetFormatString(number, null, leftCharType.GetText(), rightCharType.GetText()));
 }