System::DateTimeOffset::ToString metodo

DateTimeOffset::ToString() const method

Converte l’oggetto corrente in una stringa.

String System::DateTimeOffset::ToString() const

ReturnValue

String representation of the current DateTimeOffset object.

Vedi anche

DateTimeOffset::ToString(const SharedPtr<IFormatProvider>&) const method

Converte l’oggetto corrente in una stringa utilizzando il provider di formato specificato.

String System::DateTimeOffset::ToString(const SharedPtr<IFormatProvider> &provider) const
ParametroTipoDescrizione
providerconst SharedPtr<IFormatProvider>&Provider di formato.

ReturnValue

String representation of the current DateTimeOffset object.

Vedi anche

DateTimeOffset::ToString(const String&) const method

Converte l’oggetto corrente in una stringa utilizzando il formato specificato.

String System::DateTimeOffset::ToString(const String &format) const
ParametroTipoDescrizione
formatoconst String&Stringa di formato.

ReturnValue

String representation of the current DateTimeOffset object.

Vedi anche

DateTimeOffset::ToString(const String&, const SharedPtr<IFormatProvider>&) const method

Converte l’oggetto corrente in una stringa utilizzando il formato e il provider di formato specificati.

String System::DateTimeOffset::ToString(const String &format, const SharedPtr<IFormatProvider> &provider) const
ParametroTipoDescrizione
formatoconst String&Stringa di formato.
providerconst SharedPtr<IFormatProvider>&Provider di formato.

ReturnValue

String representation of the current DateTimeOffset object.

Vedi anche