|
CustomSyntaxIsValid Method (Char)
|
Validates the char.
Namespace:
EdiFabric.Core.Model.Edi
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic override bool IsValid(
char item
)
Public Overrides Function IsValid (
item As Char
) As Boolean
Parameters
- item
- Type: SystemChar
The char to check.
Return Value
Type:
BooleanThe name of the syntax set.
See Also