HexFormat.Of Method

Definition

Returns a hexadecimal formatter with no delimiter and lowercase characters.

[Android.Runtime.Register("of", "()Ljava/util/HexFormat;", "", ApiSince=34)]
public static Java.Util.HexFormat? Of ();
[<Android.Runtime.Register("of", "()Ljava/util/HexFormat;", "", ApiSince=34)>]
static member Of : unit -> Java.Util.HexFormat

Returns

a hexadecimal formatter with no delimiter and lowercase characters

Attributes

Remarks

Returns a hexadecimal formatter with no delimiter and lowercase characters. The delimiter, prefix, and suffix are empty. The methods #withDelimiter(String) withDelimiter, #withUpperCase() withUpperCase, #withLowerCase() withLowerCase, #withPrefix(String) withPrefix, and #withSuffix(String) withSuffix return copies of formatters with new parameters.

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

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