Base64ImageStringConverter Class
Class used to convert System.Drawing.Image images to base-64 stream representations and vice versa.

C# Syntax

public class Base64ImageStringConverter 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Base64ImageStringConverter

Public Constructors
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Base64ToImageConverts the specified base-64 stream string representation of an image into a System.Drawing.Image.  
Public Methodstatic (Shared in Visual Basic)ImageToBase64Converts a System.Drawing.Image to a base-64 string representation.  
Top