GetEnumName

string GetEnumName(Enum inEnum)

Description

Returns a string with the name of the enum value inEnum.

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inEnum Enum The enum value


Return Type

string

Example

GetEnumName(GetQuestionType(QRef(10))) will return the question type of the question 10 as a string value

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.