Int16Size.ToString Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| ToString() |
Obtient la forme de chaîne de Int16Size. |
| ToString(String, IFormatProvider) |
Retourne la forme de chaîne de Int16Size, en utilisant le format et le fournisseur de format spécifiés. |
ToString()
Obtient la forme de chaîne de Int16Size.
public:
override System::String ^ ToString();
public:
override Platform::String ^ ToString();
override std::wstring ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Retours
Forme de chaîne de Int16Size.
S’applique à
ToString(String, IFormatProvider)
Retourne la forme de chaîne de Int16Size, en utilisant le format et le fournisseur de format spécifiés.
public:
virtual System::String ^ ToString(System::String ^ format, IFormatProvider ^ formatProvider);
public string ToString (string format, IFormatProvider formatProvider);
override this.ToString : string * IFormatProvider -> string
Public Function ToString (format As String, formatProvider As IFormatProvider) As String
Paramètres
- format
- String
Format.
- formatProvider
- IFormatProvider
Retours
Retourne "Empty" pour un Int16Size vide, sinon une chaîne mise en forme.