SharpMimeTools Documented Class Library

SharpMimeTools.UuDecode Method 

[This is preliminary documentation and subject to change.]

Decodes the provided uuencoded string.

public static byte[] UuDecode(
   string input
);

Parameters

input
String with the uuendoced content.

Return Value

A Byte Array with the uudecoded content. Or the null reference if content can't be decoded.

Remarks

The input string must contain the begin and end delimiters.

See Also

SharpMimeTools Class | anmar.SharpMimeTools Namespace