Sunday 18 June 2023

Convert Byte array to Base64 string in c#

 string byteString = Convert.ToBase64String(bytes);

No comments:

Post a Comment