Search
Get Started
C
C#
•
2y ago
victormongi
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
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,010
Members
View on Discord
Was this page helpful?
Yes
No
V
victormongi
OP
•
12/19/23, 3:36 AM
for example I just want to send this from c
# to backend api
V
victormongi
for example I just want to send this from c# to backend api
M
mindhardt
•
12/19/23, 5:22 AM
This picture is not base64
, it
's HEX
V
victormongi
OP
•
12/19/23, 5:42 AM
Solve
, by using
Buffer.from(buff, 'base64')
Buffer.from(buff, 'base64')