HRESULT Characters([in] BSTR charData);
If there is text data within an element, the de-serializer engine will accumulate the total text, and then call Characters. Typically this is the string value of simple types.
Throw an error to stop the de-serialization process, the error will be returned to the client.
Copyright © Simon Fell, 2000-2004. All rights reserved.