| If the ISBN is formatted with space or dash separators its format is
validated. Then the digits in the number are weighted, summed, and
divided by 11 according to the ISBN algorithm. If the result is zero,
the ISBN is valid. This method accepts formatted or raw ISBN codes.
Parameters: isbn - Candidate ISBN number to be validated. null isconsidered invalid. true if the string is a valid ISBN code. |