ISimpleSoapDeSerializer::Deserialize Method
  HRESULT Deserialize([in] BSTR characters, [in] ISOAPNamespaces * ns, [in] VARIANT * dest);
  Deserializes a XML Schema simple type into a COM value.
     
  Parameters
  - characters
 - BSTR, [in]: The simple type to deserialize
 - ns
 - ISOAPNamespaces *, [in]: The currently in scope namespaces
 - dest
 - VARIANT *, [in]: The resulting COM value
 
  
   
  Return Values
  A variant containing the resulting deserialized value
   
  Sample Code
  
   
  See Also
  The ISimpleSoapDeSerializer Interface | 
  
   
 
Copyright
Copyright © Simon Fell, 2000-2004. All rights reserved.