UUID.NameUUIDFromBytes(Byte[]) Method

Definition

Static factory to retrieve a type 3 (name based) UUID based on the specified byte array.

[Android.Runtime.Register("nameUUIDFromBytes", "([B)Ljava/util/UUID;", "")]
public static Java.Util.UUID? NameUUIDFromBytes (byte[]? name);
[<Android.Runtime.Register("nameUUIDFromBytes", "([B)Ljava/util/UUID;", "")>]
static member NameUUIDFromBytes : byte[] -> Java.Util.UUID

Parameters

name
Byte[]

A byte array to be used to construct a UUID

Returns

A UUID generated from the specified array

Attributes

Remarks

Static factory to retrieve a type 3 (name based) UUID based on the specified byte array.

Java documentation for java.util.UUID.nameUUIDFromBytes(byte[]).

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