ImageSource.ToString Metodo
Definizione
Crea una rappresentazione di stringa dell'oggetto in base alle impostazioni cultura correnti.Creates a string representation of this object based on the current culture.
Overload
ToString() |
Crea una rappresentazione di stringa dell'oggetto in base alle impostazioni cultura correnti.Creates a string representation of this object based on the current culture. |
ToString(IFormatProvider) |
Crea una rappresentazione di stringa di questo oggetto in base all'oggetto IFormatProvider passato.Creates a string representation of this object based on the IFormatProvider passed in. Se il provider è |
ToString()
Crea una rappresentazione di stringa dell'oggetto in base alle impostazioni cultura correnti.Creates a string representation of this object based on the current culture.
public:
override System::String ^ ToString();
public override string ToString ();
abstract member ToString : unit -> string
override this.ToString : unit -> string
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Restituisce
Rappresentazione in forma di stringa di questo oggetto.A string representation of this object.
Si applica a
ToString(IFormatProvider)
Crea una rappresentazione di stringa di questo oggetto in base all'oggetto IFormatProvider passato.Creates a string representation of this object based on the IFormatProvider passed in. Se il provider è null
viene utilizzato l'oggetto CurrentCulture.If the provider is null
, the CurrentCulture is used.
public:
System::String ^ ToString(IFormatProvider ^ provider);
public string ToString (IFormatProvider provider);
member this.ToString : IFormatProvider -> string
override this.ToString : IFormatProvider -> string
Public Function ToString (provider As IFormatProvider) As String
Parametri
- provider
- IFormatProvider
Oggetto IFormatProvider che fornisce informazioni di formattazione specifiche delle impostazioni cultura selezionate.An IFormatProvider that supplies culture-specific formatting information.
Restituisce
Rappresentazione in forma di stringa di questo oggetto.A string representation of this object.