Converts the underlying value to a string.

Declaration Syntax

Public Function ToString( _
	ByVal format As String _
) As String
public string ToString(
	string format
);
public: String ToString(
	String format
);
public function ToString(
	format : String
) : String;

Parameters

format
The format parameters to use when formatting. 

Return Value

The underlying value converted to a string.

Requirements

Namespace: Eas.WebCrawler.Common.Diagnostics
Assembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)

See Also

ReferenceTypeWrapper`1 Class | ReferenceTypeWrapper`1 Members | Eas.WebCrawler.Common.Diagnostics Namespace