&ContentBase64 = <att | var>.ToBase64String()
<att | var>.FromBase64String(&ContentBase64)
&ContentBase64 contains the Base64 content and could be a LongVarChar, for instance.
So far, when a Web Service with a returning Blob parameter is called, the returned value will be the Blob's file content in Base64.
&ContentBase64 = &WebServiceBlob.Execute()