System.Xml.Xsl.XsltOld.RootAction.GetDecimalFormat C# (CSharp) Method

GetDecimalFormat() private method

private GetDecimalFormat ( XmlQualifiedName name ) : DecimalFormat
name System.Xml.XmlQualifiedName
return System.Xml.Xsl.Runtime.DecimalFormat
        internal DecimalFormat GetDecimalFormat(XmlQualifiedName name) {
            return this.decimalFormatTable[name] as DecimalFormat;
        }