IVsDataParameter.Parse(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When implemented by a class, disassembles a parameter value in a string format and converts the value to the correct type.
public:
void Parse(System::String ^ value);
public void Parse (string value);
abstract member Parse : string -> unit
Public Sub Parse (value As String)
Parameters
- value
- String
A string representation of a parameter value.