publicconststringArgument_InvalidNumberStyles="An undefined NumberStyles value is being used.";
publicconststringArgument_InvalidHexStyle="With the AllowHexSpecifier bit set in the enum bit field, the only other valid bits that can be combined into the enum value must be a subset of those in HexNumber.";
publicconststringArgument_MustBeBigInt="The parameter must be a BigInteger.";
publicconststringFormat_InvalidFormatSpecifier="Format specifier was invalid.";
publicconststringFormat_TooLarge="The value is too large to be represented by this format specifier.";
publicconststringArgumentOutOfRange_MustBeNonNeg="The number must be greater than or equal to zero.";