Sets the content from a base64 encoded string.
public void SetContentFromBase64(string base64Content);base64Content System.String
The base64 encoded content.
Implements SetContentFromBase64(string)
System.FormatException
Thrown when the base64 string is invalid.