Link to home
Start Free TrialLog in
Avatar of lankapala
lankapala

asked on

C# String function

Hi, following code is not working VS 2012, it's working on the 2015,
How to work this in the Visual studio 2012
 var query = $"start={startDate.ToUniversalTime():s}&end={endDate.ToUniversalTime():s}";
                var response = await client.GetAsync($"/public/{Version}/jobs?{query}");
ASKER CERTIFIED SOLUTION
Avatar of kaufmed
kaufmed
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lankapala
lankapala

ASKER

Thanks