Class Base64 NamespaceSimdBase64 AssemblySimdBase64.dll public static class Base64 Inheritance object Base64 Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() 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>)