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