ConversionToString(Byte) Method
Return a string of byte values.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string ToString(
byte[] source
)
Public Shared Function ToString (
source As Byte()
) As String
No code example is currently available or this language may not be supported.
- source Byte
-
Array of bytes to convert to characters.
String
String of characters converted directly from bytes.
Note: This result might not be readable to the human eye. For a
Hexadecimal representation of the values of a byte array, use the
ToHex() method.