AcManager.Tools.Profile.LapTimesStorage.GetKey C# (CSharp) Method

GetKey() private method

private GetKey ( string carId, string trackAcId ) : string
carId string
trackAcId string
return string
        private string GetKey(string carId, string trackAcId) {
            return KeyPrefix + carId + ":" + trackAcId.Replace('/', '-');
        }