[To be supplied.]
[Visual Basic] Public Shared Function EnumToString( _ ByVal enumType As Type, _ ByVal enumValue As Object _ ) As String [C#] public static string EnumToString( Type enumType, object enumValue ); [C++] public: static String* EnumToString( Type* enumType, Object* enumValue ); [JScript] public static function EnumToString( enumType : Type, enumValue : Object ) : String;
PropertyConverter Class | PropertyConverter Members | System.Web.UI Namespace