VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebEnumItemBaseJS type / toString Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    toString Method
    In This Topic
    Returns name of this enumeration element.
    Syntax
    var instance = new Vintasoft.Shared.WebEnumItemBaseJS();
    
    var value; // Type: string
    value = instance.toString();
    
    
    function toString() : string;
    

    Return Value

    Name of this enumeration element.
    Browser Compatibility
    56+
    45+
    11
    See Also