User Defined Class Library
|
Class:
| clsISBN |
|
Version:
| 1.0.0 |
|
Description:
| Facilitates quickly resolving if an alpha/numeric value is a valid ISBN 10 or ISBN 13 sequence. |
|
Name / Return Type
|
RO
|
Description
|
| No properties associated with this class |
|
Parameters / Return Type
|
Where...
|
| IsValidISBN strNumber Returns: Boolean | strNumber Alpha/Numeric string to evaluate for either ISBN 10 or 13 sequence. |
| IsValidISBN10 strNumber Returns: Boolean | strNumber Alpha/Numeric string to evaluate for either ISBN 10 only sequence. |
| IsValidISBN13 strNumber Returns: Boolean | strNumber Alpha/Numeric string to evaluate for either ISBN 13 only sequence. |
VBScript Only At This Time
|
Last Modification:
8/29/2008
More Information:
None
|