DecodedTagDataToString Method GIGATMS.UHF Help Documentation
Returns a String that represents the tag data in string format. The format is determined by the DecodeType value. For TagData and UDC, the string format is HEX string. For EAN_UPC, the string format is ASCII string.

Namespace: com.gigatms.parameters
Assembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax

public override string ToString()

Return Value

Type: String
Represents the tag data in string format.
See Also

Reference