[]
        
(Showing Draft Content)

C1.Win.Util.BinarySerializer

BinarySerializer Class

Utility class for binary serialization.

Inheritance
BinarySerializer
Namespace: C1.Win.Util
Assembly: C1.Win.4.8.dll
Syntax
public static class BinarySerializer

Methods

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.