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