UUID.Version Method

Definition

The version number associated with this UUID.

[Android.Runtime.Register("version", "()I", "")]
public int Version ();
[<Android.Runtime.Register("version", "()I", "")>]
member this.Version : unit -> int

Returns

The version number of this UUID

Attributes

Remarks

The version number associated with this UUID. The version number describes how this UUID was generated.

The version number has the following meaning: <ul> <li>1 Time-based UUID <li>2 DCE security UUID <li>3 Name-based UUID <li>4 Randomly generated UUID </ul>

Java documentation for java.util.UUID.version().

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