UIADataDrivenAdapter.ConvertStringtoObject(String, Type) 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.
Converts the binding string format to desired object type.
protected:
virtual System::Object ^ ConvertStringtoObject(System::String ^ BindingText, Type ^ type);
protected virtual object ConvertStringtoObject (string BindingText, Type type);
abstract member ConvertStringtoObject : string * Type -> obj
override this.ConvertStringtoObject : string * Type -> obj
Protected Overridable Function ConvertStringtoObject (BindingText As String, type As Type) As Object
Parameters
- BindingText
- String
Specifies the binding text.
- type
- Type
Specifies the binding string type.