AdoDotNetParameter.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.
Gets the DbType and attempts to parts the input string value into the correct type using primitive type conversions (like Byte.Parse and Int32.Parse).
public:
override void Parse(System::String ^ value);
public override void Parse (string value);
override this.Parse : string -> unit
Public Overrides Sub Parse (value As String)
Parameters
- value
- String
A string representation of a parameter value.