public static string ValueAsInteger(byte[] value) { return(IntegerParselet.ValueAsInteger(value)); }
protected string ValueAsInteger(byte[] value) { return(IntegerParselet.ValueAsInteger(value)); }