Click or drag to resize

IntegerCharExtensionsIsSpaceCharacter Method

Returns true if the character represents whitespace.

Namespace:  Syntactik.IO
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public static bool IsSpaceCharacter(
	this int c
)

Parameters

c
Type: SystemInt32
Target character.

Return Value

Type: Boolean
True if character represents whitespace.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Int32. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also