Base64GetBytes Method

Overload List

GetBytes(ReadOnlySpanChar)Converts a Base64-encoded read-only character span into a corresponding Byte array.
GetBytes(String)Converts the Base64-encoded String into a Byte array.
GetBytes(ReadOnlySpanChar, Base64ParserOptions)Converts a Base64-encoded read-only character span into a corresponding Byte array and allows to pass options for the conversion.
GetBytes(String, Base64ParserOptions)Converts a Base64-string into a corresponding Byte array and allows to pass options for the conversion.

See Also