Int16Size::ToString Method (String^, IFormatProvider^)

Visual Studio 2015
 

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

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
virtual String^ ToString(
	String^ format,
	IFormatProvider^ formatProvider
) sealed

Parameters

format
Type: System::String^

The format.

formatProvider
Type: System::IFormatProvider^

Return Value

Type: System::String^

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

Return to top
Show: