Share via


FormatterBuilder.ToString Method

Redeclaration that hides the ToString() method from IntelliSense.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)

Syntax

'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overrides Function ToString As String
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override string ToString()
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
virtual String^ ToString() override
public override function ToString() : String

Implements

IFluentInterface.ToString()

See Also

FormatterBuilder Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace