C# Class Qowaiv.Text.Base64

is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. The term Base64 originates from MIME. (RFC 1341, since made obsolete by RFC 2045)
Show file Open project: Corniel/Qowaiv

Public Methods

Method Description
ToString ( byte bytes ) : string

Represents a byte array as a string.

Private Methods

Method Description
TryGetBytes ( string s, byte &bytes ) : bool

Method Details

ToString() public static method

Represents a byte array as a string.
public static ToString ( byte bytes ) : string
bytes byte
return string