Convert.StringToSize Method
Converts a given string to a Size.
[Visual Basic]Public Shared Function StringToSize( _
ByVal
str As
String _
) As
Size Parameters
- str
- The string representation of the size.
Return Value
The size, parsed from the string.
See Also
Convert Class | NETXP.Library Namespace