Public Shared Function ToHexString( _ ByVal bytes() As Byte _ ) As String
Dim bytes() As Byte Dim value As String value = Security.ToHexString(bytes)
public static string ToHexString( byte[] bytes )
public: static string* ToHexString( byte[]* bytes )
public: static String^ ToHexString( array<byte>^ bytes )
Security Class Security Members