FormatterConverter.Convert Método
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Convierte un valor en un tipo dado.
Convert(Object, Type) |
Convierte un valor en el Type dado. |
Convert(Object, TypeCode) |
Convierte un valor en el TypeCode dado. |
- Source:
- FormatterConverter.cs
- Source:
- FormatterConverter.cs
- Source:
- FormatterConverter.cs
- Source:
- FormatterConverter.cs
Convierte un valor en el Type dado.
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
Objeto que se va a convertir.
Devoluciones
El valor value
convertido o null
si el parámetro type
es null
.
Implementaciones
Excepciones
El parámetro value
es null
.
Se aplica a
.NET 9 y otras versiones
Producto | Versiones |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
- Source:
- FormatterConverter.cs
- Source:
- FormatterConverter.cs
- Source:
- FormatterConverter.cs
- Source:
- FormatterConverter.cs
Convierte un valor en el TypeCode dado.
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
Objeto que se va a convertir.
Devoluciones
El valor value
convertido o null
si el parámetro type
es null
.
Implementaciones
Excepciones
El parámetro value
es null
.
Se aplica a
.NET 9 y otras versiones
Producto | Versiones |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
Comentarios de .NET
.NET es un proyecto de código abierto. Seleccione un vínculo para proporcionar comentarios: