◆ asBytes()
static byte [] fiftyone.devicedetection.hash.engine.onpremise.interop.Swig.asBytes | ( | String | str | ) |
static
Convert a string to a byte array, including the null terminator.
This differs from the .getBytes method by adding the null terminator.
- Parameters
-
- str - string to convert
- Returns
- byte array containing the input string