DecimalFormatSymbols.DecimalSeparator 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會拿到小數號的字元。 -或- 設定用於十進位符號的字元。
public virtual char DecimalSeparator { [Android.Runtime.Register("getDecimalSeparator", "()C", "GetGetDecimalSeparatorHandler")] get; [Android.Runtime.Register("setDecimalSeparator", "(C)V", "GetSetDecimalSeparator_CHandler")] set; }
[<get: Android.Runtime.Register("getDecimalSeparator", "()C", "GetGetDecimalSeparatorHandler")>]
[<set: Android.Runtime.Register("setDecimalSeparator", "(C)V", "GetSetDecimalSeparator_CHandler")>]
member this.DecimalSeparator : char with get, set
屬性值
用於十進位符號的字元
- 屬性
備註
財產取得者文件:
會拿到小數號的字元。 法語等方面則不同。
的 java.text.DecimalFormatSymbols.getDecimalSeparator()Java 檔。
屬性設定文件:
設定用於十進位符號的字元。 法語等方面則不同。
的 java.text.DecimalFormatSymbols.setDecimalSeparator(char)Java 檔。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。