0
Answer

storing result into byte[]

Photo of walid mousbah

walid mousbah

10y
757
1
How to store the result into a byte[] with this declaration:
private static T Get<T>(string resource, out string jsonResponse) where T : class
Thanks

Answers (0)