VintaSoft Imaging .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);

Parameters

id
The identifier of string constant.

Return Value

The string value.
Browser Compatibility
56+
45+
11
See Also