On this pageuseParseStringToIntegerDescription#Parses a string value to an integer or undefined.Usage#import { useParseStringToInteger } from '@springtree/eva-suite-react-hooks'; const Example = () => { const randomPrime = useParseStringToInteger('524287'); // ...}; export default Example;CopyReferences#Implemetation