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!

ObjectConverter.ConvertValue

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

Parameters

value
[To be supplied.]
toType
[To be supplied.]
formatString
[To be supplied.]

See Also

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