Int16Size.ToString Méthode

Définition

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

String

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

String

Retourne "Empty" pour un Int16Size vide, sinon une chaîne mise en forme.

Implémente

S’applique à