Convert.TryFromBase64String(String, Span<Byte>, Int32) Method

Definition

Tries to convert the specified string representation that is encoded with base-64 digits into a span of 8-bit unsigned integers.

C#
public static bool TryFromBase64String (string s, Span<byte> bytes, out int bytesWritten);

Parameters

s
String

The string representation that is encoded with base-64 digits.

bytes
Span<Byte>

The span in which to write the converted 8-bit unsigned integers. When this method returns false, either the span remains unmodified or contains an incomplete conversion of s, up to the last valid character.

bytesWritten
Int32

When this method returns, contains the number of bytes that were written in bytes.

Returns

true if the conversion was successful; otherwise, false.

Exceptions

Applies to

Produkt Versjoner
.NET Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Standard 2.1