Click or drag to resize

BaseXEncode Method (Byte, String, Int32)

Encode bytes in given base.

Namespace:  Guardtime.KSI.Utils
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public string Encode(
	byte[] bytes,
	string sep,
	int freq
)

Parameters

bytes
Type: SystemByte
data bytes
sep
Type: SystemString
separator
freq
Type: SystemInt32
frequency

Return Value

Type: String
bytes string representation in given base
See Also