TryAnsiToInt


Function has been removed in version 8.0.1. Use TryStringToInt() function instead.

Try to convert AnsiString to int.

You can find more information in comments below.

/**
    Try convert ansi string to int 
    @param str Ansi string 
    @param[out] out Reference to integer where to store result of conversion 
    @return True if conversion succeeded, otherwise - false 
    */
    bool TryAnsiToInt(const AnsiString &str, int &out);
Namespace: nitisa
Include: Nitisa/Core/Utils.h