Uue

CompressionFileType.Uue field

A uuencoded archive is a file or collection of files that have been encoded using the Unix-to-Unix encoding scheme (uuencode). This encoding method converts binary data into a text format, which makes it easier to send files over channels that only support text, such as email.

public static readonly CompressionFileType Uue;

See Also