C# 클래스 System.Xml.Xsl.Runtime.NumberFormatter

상속: NumberFormatterBase
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
FormatSequence ( IList val ) : string

Format the given xsl:number place marker

NumberFormatter ( string formatString, int lang, string letterValue, string groupingSeparator, int groupingSize ) : System.Collections

비공개 메소드들

메소드 설명
ConvertToDecimal ( double val, int minLen, char zero, string groupSeparator, int groupSize ) : string
FormatItem ( StringBuilder sb, XPathItem item, char startChar, int length ) : void

메소드 상세

FormatSequence() 공개 메소드

Format the given xsl:number place marker
public FormatSequence ( IList val ) : string
val IList Place marker - either a sequence of ints, or a double singleton
리턴 string

NumberFormatter() 공개 메소드

public NumberFormatter ( string formatString, int lang, string letterValue, string groupingSeparator, int groupingSize ) : System.Collections
formatString string
lang int
letterValue string
groupingSeparator string
groupingSize int
리턴 System.Collections