[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,
	bool isShort
)
Visual Basic (Declaration)
Public Shared Function ToString ( _
	gt As GroupType, _
	isShort As Boolean _
) As String
Visual C++
public:
static String^ ToString(
	GroupType gt, 
	bool isShort
)

Parameters

gt
Type: OfficeClip.Utils..::.GroupType
The group type
isShort
Type: System..::.Boolean
if true only the first character is returned

Return Value

returns the group type as string

See Also