RegexValidatedStringListValidateItem Method |
Validate that a string meets the criteria required to be added to the list
Namespace: Bio.IO.BAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic bool ValidateItem(
string toAdd
)
Public Function ValidateItem (
toAdd As String
) As Boolean
public:
bool ValidateItem(
String^ toAdd
)
member ValidateItem :
toAdd : string -> bool
Parameters
- toAdd
- Type: SystemString
[Missing <param name="toAdd"/> documentation for "M:Bio.IO.BAM.RegexValidatedStringList.ValidateItem(System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Bio.IO.BAM.RegexValidatedStringList.ValidateItem(System.String)"]
See Also