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