Base3264Encoding.

FromBase64ToString(string) Method

Summary

To string from base 64 (not url/uri safe) - uses bom-free utf8 for string to binary encoding

Syntax

public static string FromBase64ToString(string input)

Parameters

Name Type Description
input string

Return Value

Type Description
string