RepeatBehavior.IFormattable.ToString(String, IFormatProvider) Metodo

Definizione

Per una descrizione di questo membro, vedere ToString(String, IFormatProvider).

 virtual System::String ^ System.IFormattable.ToString(System::String ^ format, IFormatProvider ^ formatProvider) = IFormattable::ToString;
string IFormattable.ToString (string format, IFormatProvider formatProvider);
abstract member System.IFormattable.ToString : string * IFormatProvider -> string
override this.System.IFormattable.ToString : string * IFormatProvider -> string
Function ToString (format As String, formatProvider As IFormatProvider) As String Implements IFormattable.ToString

Parametri

format
String

Stringa che specifica il formato da usare o null per usare il formato predefinito per il tipo dell'implementazione di IFormattable.

formatProvider
IFormatProvider

Oggetto che offre informazioni di formattazione per un valore, o null per ottenere le informazioni sul formato numerico dalle impostazioni cultura correnti.

Restituisce

Stringa contenente il valore dell'istanza corrente nel formato specificato.

Implementazioni

Commenti

Questo struct rappresenta la proiezione .NET dello struct Windows Runtime (WinRT). RepeatBehavior Per altre informazioni, vedere RepeatBehavior nel riferimento all'API UWP.

Si applica a