Show / Hide Table of Contents

    Property VariantByteOrder

    VariantByteOrder

    Yields the regular byte order of the UUID for storage and transmission depending on the variant flag.
    Declaration
    public ByteOrder VariantByteOrder { get; }
    Property Value
    Type Description
    ByteOrder
    Remarks
    Traditionally, Microsoft variant UUIDs use little-endian encoding for the first three data fields (32-bit, 16-bit and 16-bit, repectively). Other UUIDs default to network byte order, i.e. big-endian.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.