[This is preliminary documentation and is subject to change.]

Converts groups into grouptype format

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static GroupType ToGroup(
	string gType
)
Visual Basic (Declaration)
Public Shared Function ToGroup ( _
	gType As String _
) As GroupType
Visual C++
public:
static GroupType ToGroup(
	String^ gType
)

Parameters

gType
Type: System..::.String
a single digit group type

Return Value

the grouptype as specified in the Constants

See Also