EpcClassSchemeFromSchemeName Method |
Returns the EpcScheme instance whose URI scheme name is equal to the
specified string, or null if the specified string does not match any
EPC scheme name.
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic static EpcClassScheme FromSchemeName(
string schemeName
)
Parameters
- schemeName String
-
Return Value
EpcClassScheme
See Also