I am really having a headache with this one...
; #FUNCTION# ====================================================================================================================
; Name ..........: _Base64_Encode
; Description ...: Encode the $vData in Base64
; Syntax ........: _Base64_Encode($vData)
; Parameters ....: $vData - $vData to Encode.
; Return values .: Success: Base64 encoded $vData in the form of a string.
; Failure