HexFormat.WithSuffix(String) Method

Definition

Returns a copy of this HexFormat with the suffix.

[Android.Runtime.Register("withSuffix", "(Ljava/lang/String;)Ljava/util/HexFormat;", "", ApiSince=34)]
public Java.Util.HexFormat? WithSuffix (string? suffix);
[<Android.Runtime.Register("withSuffix", "(Ljava/lang/String;)Ljava/util/HexFormat;", "", ApiSince=34)>]
member this.WithSuffix : string -> Java.Util.HexFormat

Parameters

suffix
String

a suffix, non-null, may be empty

Returns

a copy of this HexFormat with the suffix

Attributes

Remarks

Returns a copy of this HexFormat with the suffix.

Java documentation for java.util.HexFormat.withSuffix(java.lang.String).

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