Implements a set of routines for to convert byte arrays into ASCII strings.

The following tables list the members exposed by the ByteArrayLib type.

Name Description
Public method Static ByteArrayToString Converts a byte array into a string.
Public method Static StringToByteArray Converts a string to a byte array. Often used for writing strings to the response object.
Top