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