Enum.IFormattable.ToString(String, IFormatProvider) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
The provider argument is not used. Please use ToString(String).
L'overload di questo metodo è obsoleto; usare ToString(String).
virtual System::String ^ System.IFormattable.ToString(System::String ^ format, IFormatProvider ^ provider) = IFormattable::ToString;
[System.Obsolete("The provider argument is not used. Please use ToString(String).")]
string IFormattable.ToString (string format, IFormatProvider provider);
[<System.Obsolete("The provider argument is not used. Please use ToString(String).")>]
abstract member System.IFormattable.ToString : string * IFormatProvider -> string
override this.System.IFormattable.ToString : string * IFormatProvider -> string
Function ToString (format As String, provider As IFormatProvider) As String Implements IFormattable.ToString
Parametri
- format
- String
Specifica di formato.
- provider
- IFormatProvider
Implementazione IFormatProvider che fornisce informazioni specifiche delle impostazioni cultura sul formato del valore restituito. Questo argomento non viene utilizzato.
Restituisce
Rappresentazione di stringa del valore dell'istanza, in base a quanto specificato da format
.
Implementazioni
- Attributi
Eccezioni
format
non contiene una specifica di formato valida.
format
è uguale a "X", ma il tipo di enumerazione è sconosciuto.