IEpcEncoder.ToIdUriString Method

TegoOS

IEpcEncoderToIdUriString Method
Method to generate the EPC Identity URI, e.g. urn:epc:id:sgtin:0614141.812345.6789

Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
string ToIdUriString(
	bool includePrefix = true
)
Function ToIdUriString ( 
	Optional includePrefix As Boolean = true
) As String
String^ ToIdUriString(
	bool includePrefix = true
)
abstract 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.
See Also