static CultureInfo InvariantCulture
static string XmlConvert_Overflow
static string Sch_MinInclusiveConstraintFailed
static string Sch_MaxInclusiveConstraintFailed
static string Sch_MinExclusiveConstraintFailed
static string Format(string resourceFormat, object p1)
static string Sch_MaxExclusiveConstraintFailed
static string Sch_EnumerationConstraintFailed
static string Sch_TotalDigitsConstraintFailed
static string Sch_FractionDigitsConstraintFailed
static decimal Power(int x, int y)
override Exception CheckValueFacets(decimal value, XmlSchemaDatatype datatype)
override Exception CheckValueFacets(short value, XmlSchemaDatatype datatype)
Exception CheckTotalAndFractionDigits(decimal value, int totalDigits, int fractionDigits, bool checkTotal, bool checkFraction)
readonly decimal _maxValue
bool MatchEnumeration(decimal value, ArrayList enumeration, XmlValueConverter valueConverter)
readonly decimal _minValue
override Exception CheckValueFacets(int value, XmlSchemaDatatype datatype)
override Exception CheckValueFacets(long value, XmlSchemaDatatype datatype)
override Exception CheckValueFacets(object value, XmlSchemaDatatype datatype)
override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype)
Numeric10FacetsChecker(decimal minVal, decimal maxVal)
RestrictionFacets? Restriction
XmlValueConverter ValueConverter
decimal ToDecimal(string value)