Chili.Opf3 Send comments on this topic.
Blob Class Members
See Also  Properties  Methods  Events
Chili.Opf3 Namespace : Blob Class


The following tables list the members exposed by Blob.

Public Constructors

 NameDescription
Public ConstructorBlob ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyLengthReturns the length of the data in the Blob.  
Public PropertyValueSpecifies the byte array managed by the Blob.  
Top

Public Methods

 NameDescription
Public MethodCloneCreates a new object that is a copy of the current instance.  
Public Methodstatic (Shared in Visual Basic)FromStreamCreates a Blob from a stream.  
Public MethodToMemoryStream Converts the content of the Blob to a memory stream. Null is returned if the Blob is empty.  
Public MethodToStringOverridden. Converts the content of the Blob as string.  
Top

Public Events

 NameDescription
Public EventValueChanged Event fired after the value of the Blob is changed.  
Public EventValueChanging Event fired before the value of the Blob is changed.  
Top

See Also