rabbitmq – C# Convert ReadOnlyMemory to byte[] – Stack Overflow
来源: rabbitmq - C# Convert ReadOnlyMemory to byte - Stack Overflow Given ReadOnlyMemory Struct I want to convert the stream into a string I have the following code: var body = ea.Body; //ea.Body is o