Table of Contents

Class Base64

Namespace
SimdBase64
Assembly
SimdBase64.dll
public static class Base64
Inheritance
Base64
Inherited Members

Methods

DecodeFromBase64(ReadOnlySpan<byte>, Span<byte>, out int, out int, bool)
DecodeFromBase64(ReadOnlySpan<char>, Span<byte>, out int, out int, bool)
FromBase64String(string)
MaximalBinaryLengthFromBase64<T>(ReadOnlySpan<T>)