VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / BarcodeWriter Class / ConvertBarcodeValueToValueItems(String) Method
Синтаксис Требования Смотрите также
В этом разделе
    ConvertBarcodeValueToValueItems(String) Метод (BarcodeWriter)
    В этом разделе
    Преобразует значение штрих-кода в массив значений элементов.
    Синтаксис
    'Declaration
    
    Public Function ConvertBarcodeValueToValueItems( _
    ByVal text
    Значение штрих-кода.
    As String _
    ) As Vintasoft.Barcode.BarcodeInfo.ValueItemBase[]
    public Vintasoft.Barcode.BarcodeInfo.ValueItemBase[] ConvertBarcodeValueToValueItems(
    string text
    )
    public: Vintasoft.Barcode.BarcodeInfo.ValueItemBase*[] ConvertBarcodeValueToValueItems(
    string* text
    )
    public:
    Vintasoft.Barcode.BarcodeInfo.ValueItemBase^[] ConvertBarcodeValueToValueItems(
    string^ text
    )

    Parameters

    text
    Значение штрих-кода.

    Return Value

    Массив, содержащий элементы-значения.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также