NetXP 3.0 Reference

Convert.SizeToString Method 

Converts a given Size to a string.

[Visual Basic]
Public Shared Function SizeToString( _
   ByVal size As Size _
) As String
[C#]
public static string SizeToString(
   Size size
);

Parameters

size
The size to convert.

Return Value

A string representation of the size.

See Also

Convert Class | NETXP.Library Namespace