nn::util::Base64

nn::util::Base64 Class

Syntax

class Base64

Description

The class for base-64 encoding and decoding.

For base-64 encoding, this class uses the set of character codes defined by RFC2045.

Member Functions

S ToBase64String Converts the entered binary data into a base-64 format string.
S FromBase64String Converts a base-64 format string into binary data.

Revision History

2011/12/19
Initial version.

CONFIDENTIAL