VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / VintasoftLocalizationJS type / getStringConstant Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getStringConstant Method
    In This Topic
    Gets the string constant by identifier.
    Syntax
    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.
    Browser Compatibility
    9
    See Also