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