Method AsULong
AsULong(long)
Reinterprets the specified value as an unsigned long.
public static ulong AsULong(this long value)
Parameters
valuelongThe value to reinterpret.
Returns
- ulong
The reinterpreted value.
Reinterprets the specified value as an unsigned long.
public static ulong AsULong(this long value)
value longThe value to reinterpret.
The reinterpreted value.