Beispiel #1
0
 public long GetValue(string s)
 {
     return(TextFormatInteger.ToLong(s, this.Style));
 }
Beispiel #2
0
 public string GetText(long value)
 {
     return(TextFormatInteger.ToString(value, this.Style, this.FixedLength, LeadingStyle.Zeros));
 }