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.
Hierarchy
System.Object XmlSchemaObject
XmlSchemaAnnotated
XmlSchemaFacet
XmlSchemaNumericFacet
XmlSchemaTotalDigitsFacet
|