--- layout: stdlib-reference --- # IInteger\.toInt ## Description Converts the value of the current instance to an int. ## Signature
int IInteger.toInt();

## Return value The converted int value.