Glossary

`EConvertError`

Raised by `StrToInt`, `StrToFloat`, `StrToDate`, and similar conversion functions when the string does not match the expected format. This is by far the most common exception in programs that process user input.

Learn More

Related Terms