Brush.IFormattable.ToString(String, IFormatProvider) Metodo

Definizione

Formatta il valore dell'istanza corrente usando il formato specificato.

 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.

-oppure- Riferimento null (Nothing in Visual Basic) per usare il formato predefinito per il tipo dell'implementazione di IFormattable.

provider
IFormatProvider

Provider da utilizzare per formattare il valore.

-oppure- Riferimento null (Nothing in Visual Basic) per ottenere le informazioni sul formato numerico dalle impostazioni locali correnti del sistema operativo.

Restituisce

String

Valore dell'istanza corrente nel formato specificato.

Implementazioni

Si applica a