Is there an obvious way to create a base64 encoded version of a document?
It looks like you might be able to get there by going around the houses: getting the output serialized, somehow getting it's content type changed to something binary, then casting it to XML.
But is there an easy way I'm just overlooking?
Is there an obvious way to create a base64 encoded version of a document?
It looks like you might be able to get there by going around the houses: getting the output serialized, somehow getting it's content type changed to something binary, then casting it to XML.
But is there an easy way I'm just overlooking?