Size.IFormattable.ToString(String, IFormatProvider) Metodo

Definizione

Questo tipo o membro supporta l'infrastruttura Windows Presentation Foundation (WPF) e non deve essere usato direttamente dal codice.

 virtual System::String ^ System.IFormattable.ToString(System::String ^ format, IFormatProvider ^ provider) = IFormattable::ToString;
string IFormattable.ToString (string format, IFormatProvider provider);
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

Formato da usare.

provider
IFormatProvider

Provider da utilizzare per formattare il valore.

Restituisce

Valore dell'istanza corrente nel formato specificato.

Implementazioni

Si applica a

Vedi anche