Click or drag to resize

BasicIsValid Method (Char)

Checks whether a char belongs to the given set.

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

Parameters

item
Type: SystemChar
The char to check.

Return Value

Type: Boolean
Whether the check was true or false.
See Also