C-DEngine 5.105

TheActivationUtils..::..Base32Encode Method

Encodes the byte array into base32 encoding, using the character set specified by the ICDESecret crypto provider (default: "Crockford's base32")

Namespace:  nsCDEngine.Activation
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static string Base32Encode(
	byte[] bytes
)
Public Shared Function Base32Encode ( _
	bytes As Byte() _
) As String
public:
static String^ Base32Encode(
	array<unsigned char^>^ bytes
)

Parameters

bytes
Type: array<Byte>[]()[][]

Return Value