getDataElementString

fun getDataElementString(nameSpaceName: String, dataElementName: String): String

Like .getDataElement but decodes the CBOR as a string.

Return

the decoded data.

Parameters

nameSpaceName

the name space name.

dataElementName

the data element name.

Throws

if the given data element isn't a string.