語言

DecimalStyle.WithPositiveSign(Char) 方法

定義

回傳一份帶有新字元的資訊副本,代表正號。

[Android.Runtime.Register("withPositiveSign", "(C)Ljava/time/format/DecimalStyle;", "", ApiSince=26)]
public Java.Time.Format.DecimalStyle? WithPositiveSign(char positiveSign);
[<Android.Runtime.Register("withPositiveSign", "(C)Ljava/time/format/DecimalStyle;", "", ApiSince=26)>]
member this.WithPositiveSign : char -> Java.Time.Format.DecimalStyle

參數

positiveSign
Char

正號的字元

傳回

一個帶有新字元、代表正號的副本,而非

屬性

備註

java.time.format.DecimalStyle.withPositiveSign(char)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於