C# Class System.NumberFormatter.CustomInfo

Mostra file Open project: kumpera/mono

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Method Details

Format() public method

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
return string

GetActiveSection() public static method

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

Parse() public static method

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

Property Details

DecimalDigits public_oe property

public int DecimalDigits
return int

DecimalPointPos public_oe property

public int DecimalPointPos
return int

DecimalTailSharpDigits public_oe property

public int DecimalTailSharpDigits
return int

DividePlaces public_oe property

public int DividePlaces
return int

ExponentDigits public_oe property

public int ExponentDigits
return int

ExponentNegativeSignOnly public_oe property

public bool ExponentNegativeSignOnly
return bool

ExponentTailSharpDigits public_oe property

public int ExponentTailSharpDigits
return int

IntegerDigits public_oe property

public int IntegerDigits
return int

IntegerHeadPos public_oe property

public int IntegerHeadPos
return int

IntegerHeadSharpDigits public_oe property

public int IntegerHeadSharpDigits
return int

Percents public_oe property

public int Percents
return int

Permilles public_oe property

public int Permilles
return int

UseExponent public_oe property

public bool UseExponent
return bool

UseGroup public_oe property

public bool UseGroup
return bool