| SyntaxSetIsValid(Char) Method |
Checks whether a char belongs to the given set.
Namespace: EdiFabric.Core.Model.EdiAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public abstract bool IsValid(
char item
)
Public MustOverride Function IsValid (
item As Char
) As Boolean
Parameters
- item Char
- The char to check.
Return Value
BooleanWhether the check was true or false.
See Also