enum_to_string


Description:

[ Version ( since = "1.0" ) ]
public static string enum_to_string (int e)

Converts the enum to string.

Parameters:

e

The enum to be converted

Returns:

The string representation of e.