ByteToolConvert Method (Byte) |
Namespace:
Lextm.SharpSnmpLib
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax public static string Convert(
byte[] buffer
)
Public Shared Function Convert (
buffer As Byte()
) As String
public:
static String^ Convert(
array<unsigned char>^ buffer
)
static member Convert :
buffer : byte[] -> string
Parameters
- buffer
- Type: SystemByte
Return Value
Type:
StringSee Also