String ToDataCodeString();
None.
Creates a datacode string.
Datacode strings can be a maximum of 14 characters long including the data ID and checksum, and can contain any of the following 28 characters: 0 1 2 3 4 5 6 7 8 9 B C D F G H J K L M N P R T V W X Y. The data ID can be up to 56 bits in size.
This function returns an empty string if this object is invalid.
IsValid, DataStoreConstants::MAX_DATACODE_STR_LEN
CONFIDENTIAL