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

Converts the GroupType to string

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

Syntax

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

Parameters

gt
Type: OfficeClip.Utils..::.GroupType
The group type

Return Value

returns the group type as string

See Also