C# Base64Url conversion of byte array to pre-allocated char array

157 views Asked by At

Is there a way to perform Base64Url conversion of byte array to a pre-allocated char array like ToBase64CharArray does?

I need to reuse the char buffer instead of getting new string every time, so Base64UrlEncoder is not suitable.

0

There are 0 answers