Method From
- Namespace
- Ubiquity.NET.Versioning
- Assembly
- Ubiquity.NET.Versioning.dll
From(Version)
Converts a Version value to a FileVersionQuad if possible
public static FileVersionQuad From(Version v)
Parameters
v
VersionVersion to convert
Returns
- FileVersionQuad
Resulting FileVersionQuad
Exceptions
- ArgumentOutOfRangeException
At least one of the members of
v
is out of range of a ushort
From(ulong)
Converts a version integral value into a FileVersionQuad
public static FileVersionQuad From(ulong value)
Parameters
value
ulongValue to convert
Returns
- FileVersionQuad
FileVersionQuad variant of
value