Managed Syslog Server Class Library Reference

AssemblyEntry.ByteToHex Method 

Byte 配列を変換して文字列で表現した String に変換します。

[Visual Basic]
Public Function ByteToHex( _
   ByVal token As Byte() _
) As String
[C#]
public string ByteToHex(
   byte[] token
);

Parameters

token
文字列に変換する Byte 配列。

Return Value

Byte 配列から文字列表記に変換された String

See Also

AssemblyEntry Class | Syslog.Config Namespace