Compartir a través de


OpenTypeMethods.Convert Método

Convierte un valor en el tipo especificado.

Espacio de nombres:  System.Data.Services.Providers
Ensamblado:  Microsoft.Data.Services (en Microsoft.Data.Services.dll)

Sintaxis

'Declaración
Public Shared Function Convert ( _
    value As Object, _
    type As ResourceType _
) As Object
'Uso
Dim value As Object
Dim type As ResourceType
Dim returnValue As Object

returnValue = OpenTypeMethods.Convert(value, _
    type)
public static Object Convert(
    Object value,
    ResourceType type
)
public:
static Object^ Convert(
    Object^ value, 
    ResourceType^ type
)
static member Convert : 
        value:Object * 
        type:ResourceType -> Object 
public static function Convert(
    value : Object, 
    type : ResourceType
) : Object

Parámetros

Valor devuelto

Tipo: System.Object
Valor convertido.

Comentarios

El método Convert se usa para realizar una conversión de tipo en el value especificado.

Vea también

Referencia

OpenTypeMethods Clase

Espacio de nombres System.Data.Services.Providers