Click or drag to resize
HelperStringContainsIllegalCharacters Method
Determines if the string contains any characters specified in the list.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static bool StringContainsIllegalCharacters(
	string toTest,
	char[] illegalCharacters
)

Parameters

toTest
Type: SystemString

[Missing <param name="toTest"/> documentation for "M:Bio.Util.Helper.StringContainsIllegalCharacters(System.String,System.Char[])"]

illegalCharacters
Type: SystemChar

[Missing <param name="illegalCharacters"/> documentation for "M:Bio.Util.Helper.StringContainsIllegalCharacters(System.String,System.Char[])"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Bio.Util.Helper.StringContainsIllegalCharacters(System.String,System.Char[])"]

See Also