[]
Utility class for binary serialization.
public static class BinarySerializer
| Name | Description |
|---|---|
| ImageFromBase64String(string) | Converts the specified string, which encodes binary data as base-64 digits into the Image object. |
| ImageToBase64String(Image) | Converts an image into the base 64 string. |
| LoadImage(XmlNode) | Loads an image from the specified XmlNode. |
| SaveImage(XmlWriter, Image) | Saves an image into the specified XmlWriter. |