What is the return value failed FCString::Atof?

The case of next is just fine.
“int number = FCString::Atoi(TEXT(“2.625”))”
but if next return value is zero or what?
“int number = FCString::Atoi(TEXT(“Text…$$%$”))”
What is the invalidated case of “number”?