次の方法で共有


DecimalFormat クラス

定義

[Android.Runtime.Register("android/icu/text/DecimalFormat", ApiSince=24, DoNotGenerateAcw=true)]
public class DecimalFormat : Android.Icu.Text.NumberFormat
[<Android.Runtime.Register("android/icu/text/DecimalFormat", ApiSince=24, DoNotGenerateAcw=true)>]
type DecimalFormat = class
    inherit NumberFormat
継承
派生
属性

注釈

Android プラットフォームのドキュメント

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

コンストラクター

DecimalFormat()
DecimalFormat(IntPtr, JniHandleOwnership)
DecimalFormat(String)
DecimalFormat(String, DecimalFormatSymbols)
DecimalFormat(String, DecimalFormatSymbols, CurrencyPluralInfo, NumberFormatStyles)

フィールド

Accountingcurrencystyle
古い.
(継承元 NumberFormat)
Cashcurrencystyle
古い.
(継承元 NumberFormat)
Currencystyle
古い.
(継承元 NumberFormat)
FractionField
古い.
(継承元 NumberFormat)
IntegerField
古い.
(継承元 NumberFormat)
Integerstyle
古い.
(継承元 NumberFormat)
Isocurrencystyle
古い.
(継承元 NumberFormat)
MinimumGroupingDigitsAuto
MinimumGroupingDigitsMin2
Numberstyle
古い.
(継承元 NumberFormat)
PadAfterPrefix
PadAfterSuffix
PadBeforePrefix
PadBeforeSuffix
Percentstyle
古い.
(継承元 NumberFormat)
Pluralcurrencystyle
古い.
(継承元 NumberFormat)
Scientificstyle
古い.
(継承元 NumberFormat)
Standardcurrencystyle
古い.
(継承元 NumberFormat)

プロパティ

Class

この Objectランタイム クラスを返します。

(継承元 Object)
Currency (継承元 NumberFormat)
CurrencyPluralInfo
CurrencyUsage
DecimalFormatSymbols
DecimalPatternMatchRequired
DecimalSeparatorAlwaysShown
ExponentSignAlwaysShown
FormatWidth
GroupingSize
GroupingUsed (継承元 NumberFormat)
Handle

基になる Android インスタンスへのハンドル。

(継承元 Object)
JniIdentityHashCode (継承元 Object)
JniPeerMembers
MathContext
MathContextICU
MaximumFractionDigits (継承元 NumberFormat)
MaximumIntegerDigits (継承元 NumberFormat)
MaximumSignificantDigits
MinimumExponentDigits
MinimumFractionDigits (継承元 NumberFormat)
MinimumGroupingDigits
MinimumIntegerDigits (継承元 NumberFormat)
MinimumSignificantDigits
Multiplier
NegativePrefix
NegativeSuffix
PadCharacter
PadPosition
ParseBigDecimal
ParseCaseSensitive
ParseIntegerOnly (継承元 NumberFormat)
ParseMaxDigits
ParseNoExponent
ParseStrict (継承元 NumberFormat)
PeerReference (継承元 Object)
PositivePrefix
PositiveSuffix
RoundingIncrement
RoundingMode (継承元 NumberFormat)
ScientificNotation
SecondaryGroupingSize
SignAlwaysShown
ThresholdClass
ThresholdType

メソッド

ApplyLocalizedPattern(String)
ApplyPattern(String)
AreSignificantDigitsUsed()
Clone()

このオブジェクトのコピーを作成して返します。

(継承元 _Format)
Dispose() (継承元 Object)
Dispose(Boolean) (継承元 Object)
Equals(Object)

他のオブジェクトがこのオブジェクトと "等しい" かどうかを示します。

(継承元 Object)
Format(BigDecimal) (継承元 NumberFormat)
Format(BigDecimal) (継承元 NumberFormat)
Format(BigDecimal, StringBuffer, FieldPosition)
Format(BigDecimal, StringBuffer, FieldPosition)
Format(BigInteger) (継承元 NumberFormat)
Format(BigInteger, StringBuffer, FieldPosition)
Format(CurrencyAmount) (継承元 NumberFormat)
Format(CurrencyAmount, StringBuffer, FieldPosition) (継承元 NumberFormat)
Format(Double) (継承元 NumberFormat)
Format(Double, StringBuffer, FieldPosition)
Format(Int64) (継承元 NumberFormat)
Format(Int64, StringBuffer, FieldPosition)
Format(Object)

文字列を生成するオブジェクトを書式設定します。

(継承元 _Format)
Format(Object, StringBuffer, FieldPosition) (継承元 NumberFormat)
FormatToCharacterIterator(Object)

を生成するオブジェクトの書式を設定 AttributedCharacterIteratorします。

(継承元 _Format)
GetContext(DisplayContext+Type) (継承元 NumberFormat)
GetHashCode()

オブジェクトのハッシュ コード値を返します。

(継承元 Object)
JavaFinalize()

オブジェクトへの参照がなくなったとガベージ コレクションによって判断されたときに、オブジェクトのガベージ コレクターによって呼び出されます。

(継承元 Object)
Notify()

このオブジェクトのモニターで待機している 1 つのスレッドを起動します。

(継承元 Object)
NotifyAll()

このオブジェクトのモニターで待機しているすべてのスレッドを起動します。

(継承元 Object)
Parse(String) (継承元 NumberFormat)
Parse(String, ParsePosition)
ParseCurrency(ICharSequence, ParsePosition) (継承元 NumberFormat)
ParseCurrency(String, ParsePosition) (継承元 NumberFormat)
ParseObject(String)

指定された文字列の先頭からテキストを解析して、オブジェクトを生成します。

(継承元 _Format)
ParseObject(String, ParsePosition) (継承元 NumberFormat)
SetContext(DisplayContext) (継承元 NumberFormat)
SetHandle(IntPtr, JniHandleOwnership)

Handle プロパティを設定します。

(継承元 Object)
SetRoundingIncrement(BigDecimal)
SetRoundingIncrement(Double)
SetSignificantDigitsUsed(Boolean)
ToArray<T>() (継承元 Object)
ToLocalizedPattern()
ToPattern()
ToString()

オブジェクトの文字列表現を返します。

(継承元 Object)
UnregisterFromRuntime() (継承元 Object)
Wait()

現在のスレッドが目覚めるまで待機させます。通常<は、通知<>/em> または <em>割り込み/em> を受け<取ります。

(継承元 Object)
Wait(Int64)

現在のスレッドが目覚めるまで待機します。通常<><は、通知/em> または <em>中断</em> によって、または一定のリアルタイムが経過するまで待機します。

(継承元 Object)
Wait(Int64, Int32)

現在のスレッドが目覚めるまで待機します。通常<><は、通知/em> または <em>中断</em> によって、または一定のリアルタイムが経過するまで待機します。

(継承元 Object)

明示的なインターフェイスの実装

IJavaPeerable.Disposed() (継承元 Object)
IJavaPeerable.DisposeUnlessReferenced() (継承元 Object)
IJavaPeerable.Finalized() (継承元 Object)
IJavaPeerable.JniManagedPeerState (継承元 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (継承元 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (継承元 Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (継承元 Object)

拡張メソッド

JavaCast<TResult>(IJavaObject)

Android ランタイムチェック型変換を実行します。

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

適用対象