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

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

공개 프로퍼티들

프로퍼티 타입 설명
digit char
info System.Globalization.NumberFormatInfo
patternSeparator char
zeroDigit char

비공개 메소드들

메소드 설명
DecimalFormat ( NumberFormatInfo info, char digit, char zeroDigit, char patternSeparator ) : System.Diagnostics

프로퍼티 상세

digit 공개적으로 프로퍼티

public char digit
리턴 char

info 공개적으로 프로퍼티

public NumberFormatInfo,System.Globalization info
리턴 System.Globalization.NumberFormatInfo

patternSeparator 공개적으로 프로퍼티

public char patternSeparator
리턴 char

zeroDigit 공개적으로 프로퍼티

public char zeroDigit
리턴 char