3 references to DecimalFormatter
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (1)
237return new DecimalFormatter(formatPicture, decimalFormat).Format(value);
System\Xml\Xsl\Runtime\XsltLibrary.cs (2)
184decimalFormatters.Add(new DecimalFormatter(formatPicture, CreateDecimalFormat(infinitySymbol, nanSymbol, characters))); 201DecimalFormatter formatter = new DecimalFormatter(formatPicture, format);