Compartilhar via


DecimalFormatSymbols.PadEscape Property

Definition

<strong>[icu]</strong> Returns the character used to pad numbers out to a specified width. -or- <strong>[icu]</strong> Sets the character used to pad numbers out to a specified width.

public virtual char PadEscape { [Android.Runtime.Register("getPadEscape", "()C", "GetGetPadEscapeHandler", ApiSince=24)] get; [Android.Runtime.Register("setPadEscape", "(C)V", "GetSetPadEscape_CHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getPadEscape", "()C", "GetGetPadEscapeHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setPadEscape", "(C)V", "GetSetPadEscape_CHandler", ApiSince=24)>]
member this.PadEscape : char with get, set

Property Value

the character

Attributes

Remarks

Property getter documentation:

<strong>[icu]</strong> Returns the character used to pad numbers out to a specified width. This is not the pad character itself; rather, it is the special pattern character <em>preceding</em> the pad character. In the pattern "*_#,##0", '*' is the pad escape, and '_' is the pad character.

Java documentation for android.icu.text.DecimalFormatSymbols.getPadEscape().

Property setter documentation:

<strong>[icu]</strong> Sets the character used to pad numbers out to a specified width. This is not the pad character itself; rather, it is the special pattern character <em>preceding</em> the pad character. In the pattern "*_#,##0", '*' is the pad escape, and '_' is the pad character.

Java documentation for android.icu.text.DecimalFormatSymbols.setPadEscape(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