November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSchemaTotalDigitsFacet — System.Xml.Schema (system.xml.dll) class
public class XmlSchemaTotalDigitsFacet : XmlSchemaNumericFacet { // Public Constructors public XmlSchemaTotalDigitsFacet( ); }
This type represents
the xs:totalDigits facet. Its
Value property is used to get or set the total
number of digits in a numeric datatype, including digits before and
after a decimal point, but not including the decimal point itself.
System.Object → XmlSchemaObject
→ XmlSchemaAnnotated
→ XmlSchemaFacet →
XmlSchemaNumericFacet →
XmlSchemaTotalDigitsFacet