| DefaultIsValid(String) Method |
Validates the regex.
Namespace: EdiFabric.Core.Model.Hl7Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public override bool IsValid(
string item
)
Public Overrides Function IsValid (
item As String
) As Boolean
Parameters
- item String
- The string to check.
Return Value
BooleanThe name of the syntax set.
See Also