Returns text, representing this SmartValue.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public string ToString(
	IFormatProvider formatProvider
)
Visual Basic (Declaration)
Public Function ToString ( _
	formatProvider As IFormatProvider _
) As String
Visual C++
public:
String^ ToString(
	IFormatProvider^ formatProvider
)

Parameters

formatProvider
Type: System..::.IFormatProvider

See Also