TypeConversion::BytesToString Method (array<Byte>^)

 

Decodes all of the bytes in the specified byte array into a string.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

public:
static String^ BytesToString(
	array<unsigned char>^ value
)

Parameters

value
Type: array<System::Byte>^

The byte array that contains the sequence of bytes to decode.

Return Value

Type: System::String^

A string that contains the decoded bytes.

Return to top
Show: