Base16Encode Method (Byte, Int32, Int32)
|
Encode data bytes with given offset and length to hex string.
Namespace:
Guardtime.KSI.Utils
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic static string Encode(
byte[] bytes,
int off,
int len
)
Public Shared Function Encode (
bytes As Byte(),
off As Integer,
len As Integer
) As String
public:
static String^ Encode(
array<unsigned char>^ bytes,
int off,
int len
)
static member Encode :
bytes : byte[] *
off : int *
len : int -> string
Parameters
- bytes
- Type: SystemByte
data bytes - off
- Type: SystemInt32
data offset - len
- Type: SystemInt32
data length
Return Value
Type:
Stringhex string
See Also