Table of Contents

Method ToUInt64

Namespace
Ubiquity.NET.Versioning
Assembly
Ubiquity.NET.Versioning.dll

ToUInt64()

Gets the UInt64 representation of the version

public ulong ToUInt64()

Returns

ulong

UInt64 version of the version

Remarks

The value is independent of system "endianness" and consists of the multiple parts corresponding to four 16 bit wide fields. In order of significance those values are: Major, Minor, Build, Revision. Thus, while the actual byte ordering of the data making up an integral value will depend on the system architecture, it's VALUE does not.