ParserHelpers static class ParserHelpers Documentation Code public const int ByteOverflowLength = 3 public const int ByteOverflowLengthHex = 2 public const int Int16OverflowLength = 5 public const int Int16OverflowLengthHex = 4 public const int Int32OverflowLength = 10 public const int Int32OverflowLengthHex = 8 public const int Int64OverflowLength = 19 public const int Int64OverflowLengthHex = 16 public static readonly byte[] s_hexLookup public const int SByteOverflowLength = 3 public const int SByteOverflowLengthHex = 2 public const int UInt16OverflowLength = 5 public const int UInt16OverflowLengthHex = 4 public const int UInt32OverflowLength = 10 public const int UInt32OverflowLengthHex = 8 public const int UInt64OverflowLength = 20 public const int UInt64OverflowLengthHex = 16 public static bool IsDigit(int i)