다음을 통해 공유


XsltLibrary.NumberFormat 메서드

정의

숫자 서식을 나타내는 문자열을 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

매개 변수

value
IList<XPathItem>

메서드에 대한 인수를 나타내는 문자열의 IList<T>입니다.

formatString
String

서식 문자열입니다.

lang
Double

언어입니다.

letterValue
String

문자 값입니다.

groupingSeparator
String

그룹화 구분 기호입니다.

groupingSize
Double

그룹화 크기입니다.

반환

String

숫자 서식을 나타내는 문자열입니다.

적용 대상