DecimalStyle.WithPositiveSign(Char) Method

Definition

Returns a copy of the info with a new character that represents the positive sign.

[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

Parameters

positiveSign
Char

the character for the positive sign

Returns

a copy with a new character that represents the positive sign, not null

Attributes

Remarks

Java documentation for java.time.format.DecimalStyle.withPositiveSign(char).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to