SteamKit2.GameID.ToUInt64 C# (CSharp) Method

ToUInt64() public method

Converts this GameID into it's 64bit integer form.
public ToUInt64 ( ) : ulong
return ulong
        public ulong ToUInt64()
        {
            return gameid.Data;
        }