Show / Hide Table of Contents

    Class UuidVariant

    UUID variants as defined by RFC 4122.
    Inheritance
    Enum
    UuidVariant
    Namespace: XploRe.Util
    Assembly: XploRe.Util.Uuid.dll
    Syntax
    public sealed class UuidVariant : Enum
    Remarks
    The numeric values correspond to the significant bit pattern being interpreted as an integer and are compatible with the variant value in Java.

    Fields

    Name Description
    Future Reserved variant for future use.
    Microsoft Reserved variant for backwards compatibility with Microsoft Corporation UUIDs generated by early versions of Windows. Uses little-endian byte order when stored or transmitted.
    Ncs Reserved variant for backwards compatibility with the Apollo Network Computing System 1.5 UUID format.
    Rfc4122 RFC 4122/DCE 1.1 UUID variant, also known as "Leach-Salz" UUID variant. Uses big-endian byte order when stored or transmitted.
    value__
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.