IVsDataParameter.Parse(String) Method

Definition

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.

Applies to