'Declaration
Public Shared Function BytesToString( _ ByVal bytes() As System.Byte _ ) As System.String
'Usage
Dim bytes() As System.Byte Dim value As System.String value = NStreamConverter.BytesToString(bytes)
public static System.string BytesToString( System.byte[] bytes )
Parameters
- bytes