Base3264Encoding.

ToBase64(byte[]) Method

Summary

Binary to standard base 64 (not url/uri safe)

Syntax

public static string ToBase64(byte[] input)

Parameters

Name Type Description
input byte[]

Return Value

Type Description
string