CharsetEncode
Last updated
Last updated
Encodes a binary string representation to an encoded string
Argument | Type | Required | Description | Default |
---|---|---|---|---|
binary
byte[]
true
The binary data to encode to a string
encoding
string
false
The charset encoding to use (default: utf-8 )
utf-8