DecimalStyle.WithNegativeSign(Char) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a copy of the info with a new character that represents the negative sign.
[Android.Runtime.Register("withNegativeSign", "(C)Ljava/time/format/DecimalStyle;", "", ApiSince=26)]
public Java.Time.Format.DecimalStyle? WithNegativeSign (char negativeSign);
[<Android.Runtime.Register("withNegativeSign", "(C)Ljava/time/format/DecimalStyle;", "", ApiSince=26)>]
member this.WithNegativeSign : char -> Java.Time.Format.DecimalStyle
Parameters
- negativeSign
- Char
the character for the negative sign
Returns
a copy with a new character that represents the negative sign, not null
- Attributes
Remarks
Java documentation for java.time.format.DecimalStyle.withNegativeSign(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.