AcTools.LapTimes.LevelDbUtils.Iterator.KeyAsString C# (CSharp) Méthode

KeyAsString() public méthode

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