StringExtensions.DecodeFrom64(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Decodes string from base 64 ASCII.
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ DecodeFrom64(System::String ^ encodedData);
public static string DecodeFrom64 (this string encodedData);
static member DecodeFrom64 : string -> string
<Extension()>
Public Function DecodeFrom64 (encodedData As String) As String
Parameters
- encodedData
- String
String to decode.
Returns
Decoded string.