VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / IsbtDataStructures Class / GetDataStructureByNumber(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    GetDataStructureByNumber(Int32) Method (IsbtDataStructures)
    In This Topic
    Returns the data structure by number.
    Syntax
    'Declaration
    
    Public Shared Function GetDataStructureByNumber( _
    ByVal number
    The number of data structure.
    As Integer _
    ) As IsbtDataStructure
    public static IsbtDataStructure GetDataStructureByNumber(
    int number
    )
    public: static IsbtDataStructure* GetDataStructureByNumber(
    int number
    )
    public:
    static IsbtDataStructure^ GetDataStructureByNumber(
    int number
    )

    Parameters

    number
    The number of data structure.

    Return Value

    An instance of IsbtDataStructure class if data structure is found; otherwise, false.
    Requirements

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

    See Also