Click or drag to resize

EpcTagSchemeFromSchemeName Method

Returns the EpcTagScheme instance whose EPC Tag URI scheme name is equal to the specified string, or null if the specified string does not match any EPC Tag scheme.

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public static EpcTagScheme FromSchemeName(
	string schemeName
)

Parameters

schemeName  String
 

Return Value

EpcTagScheme
See Also