delimiter property

String delimiter
getter/setter pair

The delimiter used for packing and unpacking this HLC in a string.

Useful if you have an existing HLC that doesn't use the default, a colon (:).

Implementation

static String delimiter = ':';