NetXP 3.0 Reference

Convert.StringToSize Method 

Converts a given string to a Size.

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

Parameters

str
The string representation of the size.

Return Value

The size, parsed from the string.

See Also

Convert Class | NETXP.Library Namespace