DecodedTagDataDataInfoToString Method |
Converts the value Of this instance To its equivalent string representation.
Namespace:
com.gigatms.Parameters
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
Return Value
Type:
String
The string representation of the value of this instance as specified by provider.
The string format is determined by the DecodeType value.
If the DecodeType is Tag and UDC, the string format is HEX string. If is EAN_UPC, then the string format is ASCII string.
See Also