SteamKit2.GameID.ToUInt64 C# (CSharp) Méthode

ToUInt64() public méthode

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