C# Class java.text.DecimalFormat

Inheritance: java.text.NumberFormat
Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
DecimalFormat ( java arg0 )
DecimalFormat ( java arg0, java arg1 )
applyLocalizedPattern ( java arg0 ) : void
applyPattern ( java arg0 ) : void
clone ( ) : global::java.lang.Object
equals ( java arg0 ) : bool
format ( double arg0, java arg1, java arg2 ) : global::java.lang.StringBuffer
format ( java arg0, java arg1, java arg2 ) : global::java.lang.StringBuffer
format ( long arg0, java arg1, java arg2 ) : global::java.lang.StringBuffer
formatToCharacterIterator ( java arg0 ) : global::java.text.AttributedCharacterIterator
getCurrency ( ) : global::java.util.Currency
getDecimalFormatSymbols ( ) : global::java.text.DecimalFormatSymbols
getGroupingSize ( ) : int
getMaximumFractionDigits ( ) : int
getMaximumIntegerDigits ( ) : int
getMinimumFractionDigits ( ) : int
getMinimumIntegerDigits ( ) : int
getMultiplier ( ) : int
getNegativePrefix ( ) : global::java.lang.String
getNegativeSuffix ( ) : global::java.lang.String
getPositivePrefix ( ) : global::java.lang.String
getPositiveSuffix ( ) : global::java.lang.String
getRoundingMode ( ) : global::java.math.RoundingMode
hashCode ( ) : int
isDecimalSeparatorAlwaysShown ( ) : bool
isParseBigDecimal ( ) : bool
parse ( java arg0, java arg1 ) : global::java.lang.Number
setCurrency ( java arg0 ) : void
setDecimalFormatSymbols ( java arg0 ) : void
setDecimalSeparatorAlwaysShown ( bool arg0 ) : void
setGroupingSize ( int arg0 ) : void
setMaximumFractionDigits ( int arg0 ) : void
setMaximumIntegerDigits ( int arg0 ) : void
setMinimumFractionDigits ( int arg0 ) : void
setMinimumIntegerDigits ( int arg0 ) : void
setMultiplier ( int arg0 ) : void
setNegativePrefix ( java arg0 ) : void
setNegativeSuffix ( java arg0 ) : void
setParseBigDecimal ( bool arg0 ) : void
setPositivePrefix ( java arg0 ) : void
setPositiveSuffix ( java arg0 ) : void
setRoundingMode ( java arg0 ) : void
toLocalizedPattern ( ) : global::java.lang.String
toPattern ( ) : global::java.lang.String

Protected Methods

Method Description
DecimalFormat ( global @__env )

Private Methods

Method Description
DecimalFormat ( )

Method Details

DecimalFormat() protected method

protected DecimalFormat ( global @__env )
@__env global

DecimalFormat() public method

public DecimalFormat ( java arg0 )
arg0 java

DecimalFormat() public method

public DecimalFormat ( java arg0, java arg1 )
arg0 java
arg1 java

applyLocalizedPattern() public method

public applyLocalizedPattern ( java arg0 ) : void
arg0 java
return void

applyPattern() public method

public applyPattern ( java arg0 ) : void
arg0 java
return void

clone() public method

public clone ( ) : global::java.lang.Object
return global::java.lang.Object

equals() public method

public equals ( java arg0 ) : bool
arg0 java
return bool

format() public method

public format ( double arg0, java arg1, java arg2 ) : global::java.lang.StringBuffer
arg0 double
arg1 java
arg2 java
return global::java.lang.StringBuffer

format() public final method

public final format ( java arg0, java arg1, java arg2 ) : global::java.lang.StringBuffer
arg0 java
arg1 java
arg2 java
return global::java.lang.StringBuffer

format() public method

public format ( long arg0, java arg1, java arg2 ) : global::java.lang.StringBuffer
arg0 long
arg1 java
arg2 java
return global::java.lang.StringBuffer

formatToCharacterIterator() public method

public formatToCharacterIterator ( java arg0 ) : global::java.text.AttributedCharacterIterator
arg0 java
return global::java.text.AttributedCharacterIterator

getCurrency() public method

public getCurrency ( ) : global::java.util.Currency
return global::java.util.Currency

getDecimalFormatSymbols() public method

public getDecimalFormatSymbols ( ) : global::java.text.DecimalFormatSymbols
return global::java.text.DecimalFormatSymbols

getGroupingSize() public method

public getGroupingSize ( ) : int
return int

getMaximumFractionDigits() public method

public getMaximumFractionDigits ( ) : int
return int

getMaximumIntegerDigits() public method

public getMaximumIntegerDigits ( ) : int
return int

getMinimumFractionDigits() public method

public getMinimumFractionDigits ( ) : int
return int

getMinimumIntegerDigits() public method

public getMinimumIntegerDigits ( ) : int
return int

getMultiplier() public method

public getMultiplier ( ) : int
return int

getNegativePrefix() public method

public getNegativePrefix ( ) : global::java.lang.String
return global::java.lang.String

getNegativeSuffix() public method

public getNegativeSuffix ( ) : global::java.lang.String
return global::java.lang.String

getPositivePrefix() public method

public getPositivePrefix ( ) : global::java.lang.String
return global::java.lang.String

getPositiveSuffix() public method

public getPositiveSuffix ( ) : global::java.lang.String
return global::java.lang.String

getRoundingMode() public method

public getRoundingMode ( ) : global::java.math.RoundingMode
return global::java.math.RoundingMode

hashCode() public method

public hashCode ( ) : int
return int

isDecimalSeparatorAlwaysShown() public method

public isDecimalSeparatorAlwaysShown ( ) : bool
return bool

isParseBigDecimal() public method

public isParseBigDecimal ( ) : bool
return bool

parse() public method

public parse ( java arg0, java arg1 ) : global::java.lang.Number
arg0 java
arg1 java
return global::java.lang.Number

setCurrency() public method

public setCurrency ( java arg0 ) : void
arg0 java
return void

setDecimalFormatSymbols() public method

public setDecimalFormatSymbols ( java arg0 ) : void
arg0 java
return void

setDecimalSeparatorAlwaysShown() public method

public setDecimalSeparatorAlwaysShown ( bool arg0 ) : void
arg0 bool
return void

setGroupingSize() public method

public setGroupingSize ( int arg0 ) : void
arg0 int
return void

setMaximumFractionDigits() public method

public setMaximumFractionDigits ( int arg0 ) : void
arg0 int
return void

setMaximumIntegerDigits() public method

public setMaximumIntegerDigits ( int arg0 ) : void
arg0 int
return void

setMinimumFractionDigits() public method

public setMinimumFractionDigits ( int arg0 ) : void
arg0 int
return void

setMinimumIntegerDigits() public method

public setMinimumIntegerDigits ( int arg0 ) : void
arg0 int
return void

setMultiplier() public method

public setMultiplier ( int arg0 ) : void
arg0 int
return void

setNegativePrefix() public method

public setNegativePrefix ( java arg0 ) : void
arg0 java
return void

setNegativeSuffix() public method

public setNegativeSuffix ( java arg0 ) : void
arg0 java
return void

setParseBigDecimal() public method

public setParseBigDecimal ( bool arg0 ) : void
arg0 bool
return void

setPositivePrefix() public method

public setPositivePrefix ( java arg0 ) : void
arg0 java
return void

setPositiveSuffix() public method

public setPositiveSuffix ( java arg0 ) : void
arg0 java
return void

setRoundingMode() public method

public setRoundingMode ( java arg0 ) : void
arg0 java
return void

toLocalizedPattern() public method

public toLocalizedPattern ( ) : global::java.lang.String
return global::java.lang.String

toPattern() public method

public toPattern ( ) : global::java.lang.String
return global::java.lang.String