Click or drag to resize

CustomSyntaxIsValid Method (String)

Validates the regex.

Namespace:  EdiFabric.Core.Model.Edi
Assembly:  EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntax
public override bool IsValid(
	string item
)

Parameters

item
Type: SystemString
The string to check.

Return Value

Type: Boolean
The name of the syntax set.
See Also