Decodes data.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
byte[] Decode(
	char[] contents
)
Visual Basic
Function Decode ( _
	contents As Char() _
) As Byte()
Visual C++
array<unsigned char>^ Decode(
	array<wchar_t>^ contents
)

Parameters

contents
Type: array<System..::..Char>[]()[][]
The char[] content to decode.

Return Value

The decoded byt[] contents.

See Also