Can someone please help me convert this in a String format for C# code? I am not able to understand what this line of code does and my deployment is failing because of the $ sign.
var verifyCode = $"{PREAMBLE} {apiKey}:{timeStamp}:{ Hash(apiKey, secretKey, timeStamp)}";
Thank you