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.
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.