跳至内容
九溪
溪水润知林,滴露启慧心
用户工具
登录
站点工具
搜索
工具
显示页面
过去修订
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您在这里:
Home
»
知识标签
»
C#
»
字符串 string 转为byte[] 保存在 Stream 中
您的足迹:
wiki:csharp:base-string-2-bytes-stream
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== 字符串 string 转为byte[] 保存在 Stream 中 ====== <code csharp> string strdata = "Hello World"; byte[] bytes = System.Text.Encoding.ASCII.GetBytes(strdata); Stream stream = new MemoryStream(bytes); </code>
wiki/csharp/base-string-2-bytes-stream.txt
· 最后更改: 2023/01/03 15:25 由
127.0.0.1
页面工具
显示页面
过去修订
反向链接
回到顶部