CharsetEncode
Encodes a binary string representation to an encoded string
Method Signature
Arguments
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
Examples
Related
Last updated