HexFormat.Delimiter Method

Definition

Returns the delimiter between hexadecimal values in formatted hexadecimal strings.

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

Returns

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

Attributes

Remarks

Returns the delimiter between hexadecimal values in formatted hexadecimal strings.

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

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