C# 클래스 System.NumberFormatter.CustomInfo

파일 보기 프로젝트 열기: kumpera/mono

공개 프로퍼티들

프로퍼티 타입 설명
DecimalDigits int
DecimalPointPos int
DecimalTailSharpDigits int
DividePlaces int
ExponentDigits int
ExponentNegativeSignOnly bool
ExponentTailSharpDigits int
IntegerDigits int
IntegerHeadPos int
IntegerHeadSharpDigits int
Percents int
Permilles int
UseExponent bool
UseGroup bool

공개 메소드들

메소드 설명
Format ( string format, int offset, int length, NumberFormatInfo nfi, bool positive, StringBuilder sb_int, StringBuilder sb_dec, StringBuilder sb_exp ) : string
GetActiveSection ( string format, bool &positive, bool zero, int &offset, int &length ) : void
Parse ( string format, int offset, int length, NumberFormatInfo nfi ) : CustomInfo

메소드 상세

Format() 공개 메소드

public Format ( string format, int offset, int length, NumberFormatInfo nfi, bool positive, StringBuilder sb_int, StringBuilder sb_dec, StringBuilder sb_exp ) : string
format string
offset int
length int
nfi System.Globalization.NumberFormatInfo
positive bool
sb_int StringBuilder
sb_dec StringBuilder
sb_exp StringBuilder
리턴 string

GetActiveSection() 공개 정적인 메소드

public static GetActiveSection ( string format, bool &positive, bool zero, int &offset, int &length ) : void
format string
positive bool
zero bool
offset int
length int
리턴 void

Parse() 공개 정적인 메소드

public static Parse ( string format, int offset, int length, NumberFormatInfo nfi ) : CustomInfo
format string
offset int
length int
nfi System.Globalization.NumberFormatInfo
리턴 CustomInfo

프로퍼티 상세

DecimalDigits 공개적으로 프로퍼티

public int DecimalDigits
리턴 int

DecimalPointPos 공개적으로 프로퍼티

public int DecimalPointPos
리턴 int

DecimalTailSharpDigits 공개적으로 프로퍼티

public int DecimalTailSharpDigits
리턴 int

DividePlaces 공개적으로 프로퍼티

public int DividePlaces
리턴 int

ExponentDigits 공개적으로 프로퍼티

public int ExponentDigits
리턴 int

ExponentNegativeSignOnly 공개적으로 프로퍼티

public bool ExponentNegativeSignOnly
리턴 bool

ExponentTailSharpDigits 공개적으로 프로퍼티

public int ExponentTailSharpDigits
리턴 int

IntegerDigits 공개적으로 프로퍼티

public int IntegerDigits
리턴 int

IntegerHeadPos 공개적으로 프로퍼티

public int IntegerHeadPos
리턴 int

IntegerHeadSharpDigits 공개적으로 프로퍼티

public int IntegerHeadSharpDigits
리턴 int

Percents 공개적으로 프로퍼티

public int Percents
리턴 int

Permilles 공개적으로 프로퍼티

public int Permilles
리턴 int

UseExponent 공개적으로 프로퍼티

public bool UseExponent
리턴 bool

UseGroup 공개적으로 프로퍼티

public bool UseGroup
리턴 bool