Base3264Encoding.

FromBase64(string) Method

Summary

To binary from standard base 64 (not url/uri safe)

Syntax

public static byte[] FromBase64(string input)

Parameters

Name Type Description
input string

Return Value

Type Description
byte[]