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