Creates SmartValue by its string representation, with the use of FormatProvider for reading values.

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

Syntax

C#
public static SmartValue Parse(
	string s,
	IFormatProvider provider
)
Visual Basic (Declaration)
Public Shared Function Parse ( _
	s As String, _
	provider As IFormatProvider _
) As SmartValue
Visual C++
public:
static SmartValue Parse(
	String^ s, 
	IFormatProvider^ provider
)

Parameters

s
Type: System..::.String
provider
Type: System..::.IFormatProvider

See Also