Return true if character is in Characters string

Namespace: LLCryptoLib.Utils
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public static bool IsInAlfa(
	char car
)
Visual Basic
Public Shared Function IsInAlfa ( _
	car As Char _
) As Boolean
Visual C++
public:
static bool IsInAlfa(
	wchar_t car
)

Parameters

car
Type: System..::..Char
Character to be checked

Return Value

True if car is inside the Characters string

See Also