Summary
Generates an ISBN-13 Code
Syntax
public static string ISBN13(bool validChecksum = true)
Remarks
Description of the ISBN standard is at
wikipedia.
Checksum routines are at isbn-check
Parameters
Name | Type | Description |
---|---|---|
validChecksum | bool | Indicates whether the generated ISBN has a valid checksum or not |
Return Value
Type | Description |
---|---|
string | The generated ISBN-13 |