Class ConvertToString
Represents an operator that converts a sequence of message frames into a sequence of strings using the default encoding.
public class ConvertToString : Transform<NetMQFrame, string>
- Inheritance
-
ConvertToString
- Inherited Members
Methods
- Process(IObservable<NetMQFrame>)
Converts an observable sequence of message frames into a sequence of strings using the default encoding.