VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.ISO15418 Namespace / DataField Class / GetDataFieldValue(DataField[],DataIdentifier) Method
Syntax Requirements SeeAlso
In This Topic
GetDataFieldValue(DataField[],DataIdentifier) Method (DataField)
In This Topic
Gets the data field value with specified data identifier.
Syntax
'Declaration

Public Shared Function GetDataFieldValue( _
ByVal fields
The fields.
() As DataField, _
ByVal identifier
The identifier.
As DataIdentifier _
) As String
public static string GetDataFieldValue(
DataField[] fields,
DataIdentifier identifier
)

Parameters

fields
The fields.
identifier
The identifier.

Return Value

String that cointains dfata filed value if found; otherwise null.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also