FromBase64String()

Convert::FromBase64String(const String&) method

Decodes base-64 encoded data represented as a string.

static ArrayPtr<uint8_t> System::Convert::FromBase64String(const String &s)

Arguments

ParameterTypeDescription
sconst String&The string containing the base-64 encoded data to decode

Return Value

A byte-array containing the decoded data

See Also