WebEncoders
Base64UrlDecode(String)
Base64UrlDecode(String, Int32, Int32)
Base64UrlDecode(String, Int32, Char[], Int32, Int32)
Base64UrlEncode(Byte[])
Base64UrlEncode(Byte[], Int32, Int32)
Base64UrlEncode(Byte[], Int32, Char[], Int32, Int32)
Base64UrlEncode(ReadOnlySpan<Byte>)
Base64UrlEncode(ReadOnlySpan<Byte>, Span<Char>)
GetArraySizeRequiredToDecode(Int32)
GetArraySizeRequiredToEncode(Int32)
netcoreapp2.0
namespace Microsoft.AspNetCore.WebUtilities
{
public static class WebEncoders
{
public static int Base64UrlEncode(byte[] input, int offset, char[] output, int outputOffset, int count);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 5.06.07.08.09.010.0 |
.NET Core | 2.02.12.23.03.1 |
Information specific to netcoreapp2.0 | |
Assembly | Microsoft.AspNetCore.WebUtilities , Version=2.0.3.0, PublicKeyToken=adb9793829ddae60 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API