NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyConverter.EnumToString

[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;

Parameters

enumType
[To be supplied.]
enumValue
[To be supplied.]

See Also

PropertyConverter Class | PropertyConverter Members | System.Web.UI Namespace