Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我在 Windows::Storage::Streams::Buffer 对象中存储了一些可读数据/字节 - 将其转换为 Platform::String 以便我可以将其传递给另一个 API 的最佳方法是什么?
是使用静态方法 DataReader::FromBuffer 然后使用 LoadAsync 的方式吗?
文档显示这CrytographicBuffer是可用于流 I/O 的更有用的具体类型之一,它具有与字符串相互转换的功能。
CrytographicBuffer
MSDN 上的示例