Click or drag to resize

SyntaxSetIsValid(Char) Method

Checks whether a char belongs to the given set.

Namespace: EdiFabric.Core.Model.Edi
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public abstract bool IsValid(
	char item
)

Parameters

item  Char
The char to check.

Return Value

Boolean
Whether the check was true or false.
See Also