VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebEnumItemBaseJS type / toString Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    toString Метод
    В этом разделе
    Returns name of this enumeration element.
    Синтаксис
    var instance = new Vintasoft.Shared.WebEnumItemBaseJS();
    
    var value; // Type: string
    value = instance.toString();
    
    
    function toString() : string;
    

    Return Value

    Name of this enumeration element.
    Смотрите также