AcTools.LapTimes.LevelDbUtils.Iterator.KeyAsString C# (CSharp) Method

KeyAsString() public method

Return the key for the current entry. REQUIRES: Valid()
public KeyAsString ( ) : string
return string
        public string KeyAsString() {
            return Encoding.ASCII.GetString(Key());
        }