GH_CodeStringSegment.IsAlpha Method

GH_CodeStringSegmentIsAlpha Method

Namespace:  Grasshopper.Kernel.Expressions
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected bool IsAlpha(
	char C
)
Protected Function IsAlpha ( 
	C As Char
) As Boolean

Parameters

C
Type: SystemChar

Return Value

Type: Boolean
See Also