StringEnum GetStringValue Method (String) CTCT Wrapper Documented Class Library
Gets the string value associated with the given enum value.

Namespace: CTCT.Util
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public string GetStringValue(
	string valueName
)

Parameters

valueName
Type: System String
Name of the enum value.

Return Value

String Value
See Also