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.DiagnosticsAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)