A Sandcastle Documented Class Library
EpcCodeToString Method (String) |
Converts the EPC to a URI or other string representation.
Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public virtual string ToString( string format )
Public Overridable Function ToString ( format As String ) As String
public: virtual String^ ToString( String^ format )
abstract ToString : format : string -> string override ToString : format : string -> string
Parameters
- format
- Type: SystemString
Format: one of R(aw) for raw URI, T(ag) for Tag URI, U for ID URI, X for hex.
Return Value
Type: StringString representation of EPC in specified formart.
See Also