System Namespace Enum Class
Returns an instance of the specified enumeration type set to the specified 16-bit unsigned integer value.
This method is not CLS-compliant. For more information about CLS compliance, see What is the Common Language Specification.
[ VB ] <Serializable> Overloads Public Shared Function ToObject ( _ ByVal enumType As Type, _ ByVal value As UInt16 _ ) As Object [ C# ] [Serializable] public static object ToObject ( Type enumType, ushort value ); [ C++ ] [Serializable] public: static Object* ToObject ( Type* enumType, unsigned short value ); [JScript ] public Serializable static function ToObject ( enumType : Type, value : UInt16 ) : Object;
An instance of the enumeration set to value.
Enum Members Enum.ToObject Overload List
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph