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)
Syntaxpublic string Encode(
byte[] bytes,
string sep,
int freq
)
Public Function Encode (
bytes As Byte(),
sep As String,
freq As Integer
) As String
public:
String^ Encode(
array<unsigned char>^ bytes,
String^ sep,
int freq
)
member Encode :
bytes : byte[] *
sep : string *
freq : int -> string
Parameters
- bytes
- Type: SystemByte
data bytes - sep
- Type: SystemString
separator - freq
- Type: SystemInt32
frequency
Return Value
Type:
Stringbytes string representation in given base
See Also