BarcodeUtils GS1DataStrictValidation Method Neodynamic Barcode Professional SDK for .NET Class Reference
It validates the specified GS1 Element Strings i.e. Application Identifier plus Data Field based on GS1 General Specifications rules. An BarcodeException will be thrown in case of any errors.

Namespace: Neodynamic.SDK.Barcode
Assembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 5.0.2000.0 (5.0.2016.0)
Syntax

public static void GS1DataStrictValidation(
	string gs1Data
)

Parameters

gs1Data
Type: OnlineSystem String
The GS1 Element Strings to be validated.
See Also