How to send Bytes using RestSharp to api
Hello guys, how to send Bytes using restsharp to javascript backend api? thank you this example picture is not working
3 Replies
for example I just want to send this from c# to backend api
This picture is not base64, it's HEX
Solve, by using
Buffer.from(buff, 'base64')