asIntOr


Description:

public int asIntOr (int fallback)

Returns the integer content or a fallback if not a number.

Parameters:

fallback

value to return if not a number.

Returns:

integer value or fallback.