TypeConversion.BytesToString 方法 (Byte[])
解码为一个字符串的所有指定的字节数组中字节。
命名空间: Microsoft.WindowsAzure.Common.Internals
程序集: Microsoft.WindowsAzure.Common(Microsoft.WindowsAzure.Common.dll 中)
语法
public static string BytesToString(
byte[] value
)
public:
static String^ BytesToString(
array<unsigned char>^ value
)
static member BytesToString :
value:byte[] -> string
Public Shared Function BytesToString (
value As Byte()
) As String
参数
value
Type: System.Byte[]包含要解码的字节序列的字节数组。
返回值
Type: System.String
一个包含解码后的字节的字符串。
请参阅
TypeConversion 类
Microsoft.WindowsAzure.Common.Internals 命名空间
返回页首