DekGenius.com
[ Team LiB ] Previous Section Next Section

XmlSchemaFractionDigitsFacetSystem.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.

Hierarchy

System.Object XmlSchemaObject XmlSchemaAnnotated XmlSchemaFacet XmlSchemaNumericFacet XmlSchemaFractionDigitsFacet

    [ Team LiB ] Previous Section Next Section