CSPspEmu.Hle.Formats.EncryptedPrx.TAG_INFO2.ToString C# (CSharp) Method

ToString() public method

public ToString ( ) : string
return string
            public override string ToString()
            {
                return CStringFormater.Sprintf("TAG_INFO2(tag=0x%08X, key=%s, code=%02X)", tag, (key != null) ? BitConverter.ToString(key) : "null", code);
            }
EncryptedPrx.TAG_INFO2