Returns a new Data object that contains a header, footer and the
current data in a base64 encoded form.
[Visual Basic] Public Function CombineForBase64( _ ByVal AnsiHeader As String, _ ByVal AnsiFooter As String, _ ByVal Base64LineBreaks As Boolean _ ) As Data
Parameters
AnsiHeader
The ANSI header that is inserted before the data.
AnsiFooter
The ANSI footer that is appended after the data.
Base64LineBreaks
Indicates whether to add line breaks to the base64 encoded data.
Return Value
The base64 encoded data with a header and a footer.