private string ToString(StringKey key) { return(new string(this.strings[key.BufferIndex], key.Offset, key.Length)); }