public static string ValueAsInteger(byte[] value)
 {
     return(IntegerParselet.ValueAsInteger(value));
 }
Exemplo n.º 2
0
 protected string ValueAsInteger(byte[] value)
 {
     return(IntegerParselet.ValueAsInteger(value));
 }