IUserAccessiableintParse Method |
Convert integer represented in string inA, into an int type
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax int intParse(
string inA
)
Parameters
- inA
- Type: SystemString
string represent an integer
Return Value
Type:
Int32int type of the integer represemted in string inA
Exceptions Exception | Condition |
---|
| Exception thrown if string inA doeasn't represent an integer |
Examples
intParse("45") will return the integer 45
See Also