DataParameter.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.
Disassembles a parameter value in a string format and converts the value to the correct type.
public:
abstract void Parse(System::String ^ value);
public abstract void Parse (string value);
abstract member Parse : string -> unit
Public MustOverride Sub Parse (value As String)
Parameters
- value
- String
A string representation of a parameter value.