SharpMimeTools Documented Class Library

SharpMimeTools.UuDecodeLine Method 

[This is preliminary documentation and subject to change.]

Decodes the provided uuencoded line.

public static bool UuDecodeLine(
   string s,
   Stream stream
);

Parameters

s
String with the uuendoced line.
stream
Stream where decoded Byte should be written.

Return Value

true if content has been decoded and false otherwise.

See Also

SharpMimeTools Class | anmar.SharpMimeTools Namespace