DateTime.IConvertible.ToType(Type, IFormatProvider) Metodo

Definizione

Converte l'oggetto DateTime corrente in un oggetto di un tipo specificato.

C#
object IConvertible.ToType (Type type, IFormatProvider provider);

Parametri

type
Type

Tipo desiderato.

provider
IFormatProvider

Oggetto che implementa l'interfaccia IFormatProvider. Questo parametro non viene usato; specificare null.

Restituisce

Object

Oggetto del tipo specificato dal parametro type, con un valore equivalente all'oggetto DateTime corrente.

Implementazioni

Eccezioni

type è null.

Questa conversione non è supportata per DateTime.

Si applica a

Prodotto Versioni
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7
.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
.NET Standard 1.3, 1.4, 1.5, 1.6, 2.0, 2.1
UWP 10.0

Vedi anche