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

[To be supplied.]

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

Parameters

objType
[To be supplied.]
propertyInfo
[To be supplied.]
value
[To be supplied.]

See Also

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