I am rewriting this piece of code and couldn't find C# alternative.
java.util.Base64.getMimeDecoder().decode(bytes)
Also, I don't see any mentioning of MIME scheme in official .NET Core base64 converter https://learn.microsoft.com/en-us/dotnet/api/system.convert.frombase64string?view=net-6.0
Could you help me find an alternative?