Condividi tramite


HexFormat.Suffix Method

Definition

Returns the suffix used for each hexadecimal value in formatted hexadecimal strings.

[Android.Runtime.Register("suffix", "()Ljava/lang/String;", "", ApiSince=34)]
public string? Suffix ();
[<Android.Runtime.Register("suffix", "()Ljava/lang/String;", "", ApiSince=34)>]
member this.Suffix : unit -> string

Returns

the suffix, non-null, may be empty ""

Attributes

Remarks

Returns the suffix used for each hexadecimal value in formatted hexadecimal strings.

Java documentation for java.util.HexFormat.suffix().

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