Get Address Balance for specific ERC20 token?

Is there a contract/function that gets the balance of a wallet for a specific ERC20 token?

Could somebody link me to an example? Much appreciated.

Need:
return(balanceofWallet(forThisERC20token))

IERC20(tokenAddress).balanceOf(wallet);