Base64Url
DecodeFromChars(ReadOnlySpan<Char>)
DecodeFromChars(ReadOnlySpan<Char>, Span<Byte>)
DecodeFromChars(ReadOnlySpan<Char>, Span<Byte>, Int32, Int32, Boolean)
DecodeFromUtf8(ReadOnlySpan<Byte>)
DecodeFromUtf8(ReadOnlySpan<Byte>, Span<Byte>)
DecodeFromUtf8(ReadOnlySpan<Byte>, Span<Byte>, Int32, Int32, Boolean)
DecodeFromUtf8InPlace(Span<Byte>)
EncodeToChars(ReadOnlySpan<Byte>)
EncodeToChars(ReadOnlySpan<Byte>, Span<Char>)
EncodeToChars(ReadOnlySpan<Byte>, Span<Char>, Int32, Int32, Boolean)
EncodeToString(ReadOnlySpan<Byte>)
EncodeToUtf8(ReadOnlySpan<Byte>)
EncodeToUtf8(ReadOnlySpan<Byte>, Span<Byte>)
EncodeToUtf8(ReadOnlySpan<Byte>, Span<Byte>, Int32, Int32, Boolean)
GetEncodedLength(Int32)
GetMaxDecodedLength(Int32)
IsValid(ReadOnlySpan<Byte>)
IsValid(ReadOnlySpan<Char>)
IsValid(ReadOnlySpan<Byte>, Int32)
IsValid(ReadOnlySpan<Char>, Int32)
TryDecodeFromChars(ReadOnlySpan<Char>, Span<Byte>, Int32)
TryDecodeFromUtf8(ReadOnlySpan<Byte>, Span<Byte>, Int32)
TryEncodeToChars(ReadOnlySpan<Byte>, Span<Char>, Int32)
TryEncodeToUtf8(ReadOnlySpan<Byte>, Span<Byte>, Int32)
TryEncodeToUtf8InPlace(Span<Byte>, Int32, Int32)
net10.0
namespace System.Buffers.Text
{
public static class Base64Url
{
public static int GetMaxDecodedLength(int base64Length);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| Design Reviews |
|
| .NET | 8.09.010.0 |
| .NET Framework | 4.6.24.74.7.14.7.24.84.8.1 |
Information specific to net10.0 | |
| Assembly | System.Runtime , Version=10.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API