XsltLibrary.NumberFormat Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a string that indicates the number format.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
System::String ^ NumberFormat(System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ value, System::String ^ formatString, double lang, System::String ^ letterValue, System::String ^ groupingSeparator, double groupingSize);
public string NumberFormat (System.Collections.Generic.IList<System.Xml.XPath.XPathItem> value, string formatString, double lang, string letterValue, string groupingSeparator, double groupingSize);
member this.NumberFormat : System.Collections.Generic.IList<System.Xml.XPath.XPathItem> * string * double * string * string * double -> string
Public Function NumberFormat (value As IList(Of XPathItem), formatString As String, lang As Double, letterValue As String, groupingSeparator As String, groupingSize As Double) As String
Parameters
- formatString
- String
The format string.
- lang
- Double
The language.
- letterValue
- String
The letter value.
- groupingSeparator
- String
The grouping separator.
- groupingSize
- Double
The grouping size.
Returns
A string that indicates the number format.