Get your 6-month No-Cost Opt-Out offer for Unlimited software automation!

Method Common.ConvertStrToInteger

Converts String into Integer value

Usage

Function ZAP.Common.ConvertStrToInteger ( 
	String StringValue
)

Parameters

StringValue

Type: String

String Parameter

Returns

Integer value

Example

VBScript

integerValue = Zap.Common.ConvertStrToInteger("100")

JavaScript

var integerValue = Zap.Common.ConvertStrToInteger("100");

Documentation Categories

ZAPTEST

FARM

LOAD