VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / VintasoftLocalizationJS type / getStringConstant Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    getStringConstant Метод
    В этом разделе
    Gets the string constant by identifier.
    Синтаксис
    var instance = new Vintasoft.Shared.VintasoftLocalizationJS();
    
    var value; // Type: string
    
    // Parameters
    var id; // Type: string
    
    value = instance.getStringConstant(id);
    
    
    function getStringConstant(
    id
    The identifier of string constant.
    : string
    ) : string;

    Parameters

    id
    The identifier of string constant.

    Return Value

    The string value.
    Смотрите также