<-- Previous || Up || Next -->

UU Decode Function
Codes Ciphers Class

Public Function UUDecode( _
      ByRef vstrIn As String _
    , ByRef rstrOut As String _
    , ByRef rstrFileName As String _
    ) As Boolean

Decode a block of UU (UNIX-to-UNIX) encoded text.

See the UUDecodeSample Subroutine for an example of how to use this function.
See also:
    MIMEDecode Function
    MIMEEncode Function
vstrIn: String containing the UU encoded text that is to be decoded.
rstrOut: String in which the decoded text will be placed.
Return value: Function returns True upon success and False upon failure.
v2.0 Addition: This function is new to this version of Entisoft Tools.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.