Summary
Generates an ISBN-10 Code
Syntax
public static string ISBN10(bool validChecksum = true)
Remarks
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-10 |