'Usage
Dim instance As BinaryMessageFormatter Dim message As Message Dim value As Boolean value = instance.CanRead(message)
Parameters
- message
- The Message to inspect.
Return Value
true if the binary message formatter can deserialize the message; otherwise, false.