3 references to Format
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (1)
237
return new DecimalFormatter(formatPicture, decimalFormat).
Format
(value);
System\Xml\Xsl\Runtime\XsltLibrary.cs (2)
192
return decimalFormatters[idx].
Format
(value);
202
return formatter.
Format
(value);