Int16Size.ToString Method

Definition

Overloads

ToString()

Gets the string form of Int16Size.

ToString(String, IFormatProvider)

Returns the string form of the Int16Size, using the specified format and format provider.

ToString()

Gets the string form of 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

Returns

The string form of Int16Size.

Applies to

ToString(String, IFormatProvider)

Returns the string form of the Int16Size, using the specified format and format provider.

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

Parameters

format
String

The format.

formatProvider
IFormatProvider

Returns

Returns “Empty” for an empty Int16Size, otherwise a formatted string.

Implements

Applies to