November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSchemaFractionDigitsFacet — System.Xml.Schema (system.xml.dll) class
public class XmlSchemaFractionDigitsFacet : XmlSchemaNumericFacet { // Public Constructors public XmlSchemaFractionDigitsFacet( ); }
This type represents the
xs:fractionDigits facet. Its
Value property represents the maximum number of
digits to maintain after a decimal point in an
xs:decimal datatype.
System.Object → XmlSchemaObject
→ XmlSchemaAnnotated
→ XmlSchemaFacet →
XmlSchemaNumericFacet →
XmlSchemaFractionDigitsFacet