BCGControlBar Library for .NET
StringToSize Method




A string appearance of the size value to get.
Called by the framework on reading size value from the XML file. Gets a size value from its string appearance.
Syntax
'Declaration
 
Public Shared Function StringToSize( _
   ByVal value As String _
) As Size
'Usage
 
Dim value As String
Dim value As Size
 
value = GlobalUtils.StringToSize(value)
public static Size StringToSize( 
   string value
)
public: static Size StringToSize( 
   string* value
) 
public:
static Size StringToSize( 
   String^ value
) 

Parameters

value
A string appearance of the size value to get.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GlobalUtils Class
GlobalUtils Members

Send Feedback