Returns True if the supplied Vehicle Identification Number (VIN) is valid.
Syntax
ISValidation.IsValidVIN(value, [message], [newValue], [allowBlank])
Parameters
| Name | Type | Optional | ByRef | Description |
| value |
String |
|
|
The VIN to test. |
| message |
String |
Optional |
ByRef |
If False includes the reason. |
| newValue |
String |
Optional |
ByRef |
The formatted VIN, spaces and dashes removed, letters upper cased. |
| allowBlank |
Boolean |
Optional |
|
If False, then an error will occur if rawValue is an empty string.
If omitted, a value of False is assumed. |
Return Value
Boolean
- Member of:
- ISValidation
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0