Click or drag to resize

IntegerCharExtensionsIsIndentCharacter Method

Returns true if the character can be used in indentation.

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

Parameters

c
Type: SystemInt32
Target character.

Return Value

Type: Boolean
True if the character can be used in indentation.

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