UUID.Variant Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The variant number associated with this UUID
.
[Android.Runtime.Register("variant", "()I", "")]
public int Variant ();
[<Android.Runtime.Register("variant", "()I", "")>]
member this.Variant : unit -> int
Returns
The variant number of this UUID
- Attributes
Remarks
The variant number associated with this UUID
. The variant number describes the layout of the UUID
.
The variant number has the following meaning: <ul> <li>0 Reserved for NCS backward compatibility <li>2 IETF RFC 4122 (Leach-Salz), used by this class <li>6 Reserved, Microsoft Corporation backward compatibility <li>7 Reserved for future definition </ul>
Java documentation for java.util.UUID.variant()
.
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.