Int16Size.ToDimensionString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a string for Int16Size, as "{width}x{height}"
public:
System::String ^ ToDimensionString();
public:
Platform::String ^ ToDimensionString();
std::wstring ToDimensionString();
public string ToDimensionString ();
member this.ToDimensionString : unit -> string
Public Function ToDimensionString () As String
Returns
The dimension string.