Creates SmartValue by its string representation.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
public static SmartValue Parse( string s ) |
Visual Basic (Declaration) |
---|
Public Shared Function Parse ( _ s As String _ ) As SmartValue |
Visual C++ |
---|
public: static SmartValue Parse( String^ s ) |
Parameters
- s
- Type: System..::.String