Click or drag to resize

OidFromUri Method

Creates an OID corresponding to the specified URI. The URI must be formatted according to RFC 3061

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public static Oid FromUri(
	string uri
)

Parameters

uri  String
 

Return Value

Oid
See Also