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.EnumFromString

[To be supplied.]

[Visual Basic]
Public Shared Function EnumFromString( _
   ByVal enumType As Type, _
   ByVal value As String _
) As Object
[C#]
public static object EnumFromString(
   Type enumType,
   string value
);
[C++]
public: static Object* EnumFromString(
   Type* enumType,
   String* value
);
[JScript]
public static function EnumFromString(
   enumType : Type,
   value : String
) : Object;

Parameters

enumType
[To be supplied.]
value
[To be supplied.]

See Also

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