C-DEngine 5.105

TheActivationUtils..::..Base32Decode Method

Decodes a base32 encoded string into a byte array, using "Crockford's base32" character set

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

Syntax


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

Parameters

text
Type: String

Return Value