FormatterConverter.Convert Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Converte um valor em um tipo fornecido.
Sobrecargas
Convert(Object, Type) |
Converte um valor no Type fornecido. |
Convert(Object, TypeCode) |
Converte um valor no TypeCode fornecido. |
Convert(Object, Type)
- Origem:
- FormatterConverter.cs
- Origem:
- FormatterConverter.cs
- Origem:
- FormatterConverter.cs
Converte um valor no Type fornecido.
public:
virtual System::Object ^ Convert(System::Object ^ value, Type ^ type);
public object Convert (object value, Type type);
abstract member Convert : obj * Type -> obj
override this.Convert : obj * Type -> obj
Public Function Convert (value As Object, type As Type) As Object
Parâmetros
- value
- Object
O objeto a ser convertido.
Retornos
O value
convertido ou então null
, se o parâmetro type
é null
.
Implementações
Exceções
O parâmetro value
é null
.
Aplica-se a
Convert(Object, TypeCode)
- Origem:
- FormatterConverter.cs
- Origem:
- FormatterConverter.cs
- Origem:
- FormatterConverter.cs
Converte um valor no TypeCode fornecido.
public:
virtual System::Object ^ Convert(System::Object ^ value, TypeCode typeCode);
public object Convert (object value, TypeCode typeCode);
abstract member Convert : obj * TypeCode -> obj
override this.Convert : obj * TypeCode -> obj
Public Function Convert (value As Object, typeCode As TypeCode) As Object
Parâmetros
- value
- Object
O objeto a ser convertido.
Retornos
O value
convertido ou então null
, se o parâmetro type
é null
.
Implementações
Exceções
O parâmetro value
é null
.