Share via


UIADataDrivenAdapter.ConvertStringtoObject Method

Converts the binding string format to desired object type.

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

Usage

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

returnValue = Me.ConvertStringtoObject(BindingText, type)

Syntax

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

Parameters

  • BindingText
    Specifies the binding text.
  • type
    Specifies the binding string type.

Return Value

Type: Object

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.