nn::nex::DataStoreDataCode::ToDataCodeStringZeroPad Member Function

Syntax

String ToDataCodeStringZeroPad();

Parameters

None.

Return Values

The datacode string.

Description

Creates a datacode string. Left-pads the string with zeros if it is less than 14 characters long.

Datacode strings can be a maximum of 14 characters in length 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.

See Also

IsValid

Revision History

2014/09/17
Initial version.

CONFIDENTIAL