Chili.Opf3 Send comments on this topic.
ToString Method
See Also 
Chili.Opf3 Namespace > Blob Class : ToString Method




Converts the content of the Blob as string.

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable Function ToString() As String
Visual Basic (Usage)Copy Code
Dim instance As Blob
Dim value As String
 
value = instance.ToString()
C# 
public override string ToString()
Managed Extensions for C++ 
public: string* ToString(); override 
C++/CLI 
public:
String^ ToString(); override 

Return Value

Returns the content of the Blob as string.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also