EpcEncoder.ToIdUriString Method

TegoOS

EpcEncoderToIdUriString Method
Virtual method to generate the EPC Identity URI, e.g. urn:epc:id:sgtin:0614141.812345.6789 Override this method in the encoder if the URI is not formed from the properties in order.

Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public virtual string ToIdUriString(
	bool includePrefix = true
)
Public Overridable Function ToIdUriString ( 
	Optional includePrefix As Boolean = true
) As String
public:
virtual String^ ToIdUriString(
	bool includePrefix = true
)
abstract ToIdUriString : 
        ?includePrefix : bool 
(* Defaults:
        let _includePrefix = defaultArg includePrefix true
*)
-> string 
override ToIdUriString : 
        ?includePrefix : bool 
(* Defaults:
        let _includePrefix = defaultArg includePrefix true
*)
-> string 

Parameters

includePrefix (Optional)
Type: SystemBoolean
Will include urn:epc:id: prefix if true, otherwise prefix is omitted.

Return Value

Type: String
EPC Identity URI.

Implements

IEpcEncoderToIdUriString(Boolean)
See Also