__Binary 转换 (__Binary to String) | |
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 STATIC OPERATOR IMPLICIT (
bytes AS BINARY
) AS STRING
public static implicit operator string (
__Binary bytes
)
查看代码参数
- bytes
- 类型:__Binary
返回值
类型:
String参见