Udostępnij za pośrednictwem


UIADataDrivenAdapter.ConvertObjecttoString Method

Converts the object format to desired binding string type.

Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)

Usage

'Usage
Dim BindingObject As Object
Dim type As Type
Dim returnValue As String

returnValue = Me.ConvertObjecttoString(BindingObject, type)

Syntax

'Declaration
Protected Overridable Function ConvertObjecttoString ( _
    BindingObject As Object, _
    type As Type _
) As String
protected virtual string ConvertObjecttoString (
    Object BindingObject,
    Type type
)
protected:
virtual String^ ConvertObjecttoString (
    Object^ BindingObject, 
    Type^ type
)
protected String ConvertObjecttoString (
    Object BindingObject, 
    Type type
)
protected function ConvertObjecttoString (
    BindingObject : Object, 
    type : Type
) : String

Parameters

  • BindingObject
    Specifies the binding object.
  • type
    Specifies the binding string type.

Return Value

Type: String

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

UIADataDrivenAdapter Class
UIADataDrivenAdapter Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.