Int16Size::ToString Method (String^, IFormatProvider^)
Visual Studio 2015
Returns the string form of the Int16Size, using the specified format and format provider.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public: virtual String^ ToString( String^ format, IFormatProvider^ formatProvider ) sealed
Return Value
Type: System::String^Returns “Empty” for an empty Int16Size, otherwise a formatted string.
Show: