UIADataDrivenAdapter.ConvertObjecttoString(Object, Type) Method

Definition

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.

Returns

Applies to