Checks to see if the character value is an alpha character.

Namespace: GHIElectronics.NETMF.Net
Assembly: GHIElectronics.NETMF.W5100.Http (in GHIElectronics.NETMF.W5100.Http.dll) Version: 4.1.9.0 (4.1.9.0)

Syntax

C#
protected bool IsAlpha(
	char testChar
)

Parameters

testChar
Type: System..::..Char
The character to evaluate.

Return Value

true if the character is Alpha; otherwise, false.

See Also