Trying to retrieve Message Text from Azure Queue using web api but message text is encoded. how do i remove encoding

前端 未结 0 481
庸人自扰
庸人自扰 2020-12-03 17:13

when i retrieve something the output is encoded.

if (properties.ApproximateMessagesCount > 0) { PeekedMessage[] peekedMessages = await theQueue.PeekMessagesAsync(

相关标签:
回答
  • 消灭零回复
提交回复
热议问题