Converts the underlying value to a string.

Declaration Syntax

Public Overridable Function ToString( _
	ByVal format As String, _
	ByVal formatProvider As IFormatProvider _
) As String
public virtual string ToString(
	string format, 
	IFormatProvider formatProvider
);
public: virtual String ToString(
	String format, 
	IFormatProvider formatProvider
);
public function ToString(
	format : String, 
	formatProvider : IFormatProvider
) : String;

Parameters

format
The format parameters to use when formatting. 
formatProvider
The format provider to use for 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