ActiveScriptingBaseIsInt32 Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Determines if a string is possible to convert test to an Int32 data type.

Namespace: ContentStudio.Site.ActiveScripting
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected static bool IsInt32(
	string test
)

Parameters

test
Type: SystemString
The string to test.

Return Value

Type: Boolean
Returns true if a string is possible to convert test to an Int32 data type, otherwise false.
See Also

Reference