3 references to Format
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)
192return decimalFormatters[idx].Format(value); 202return formatter.Format(value);