The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



UUEncodeStr


Unit:SDL_stringl
Class: none
Declaration: function UUEncodeStr (Instring: string): string;

The function UUEncodeStr encodes the string Instring in UU format and returns the result as function result. The string Instring must not be longer than 95 characters, otherwise an empty string is returned.

Hint: The function UUEncodeStr has been specifically designed to handle short strings. For UU encoding binary files this function is less suitable.


Last Update: 2023-Feb-06