When this method is called, the formatter will attempt to determine if the contents of the message are something the formatter can deal with.
[Visual Basic] Overridable Public Function CanRead( _ ByVal message As Message _ ) As Boolean [C#] public virtual bool CanRead( Message message ); [C++] public: virtual bool CanRead( Message* message ); [JScript] public function CanRead( message : Message ) : Boolean;
indicates wehter or not the message passed can be read.
DataSetMessageFormatter Class | DataSetMessageFormatter Members | System.Messaging Namespace