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