Syntactik.NET Documentation
Syntactik.NET Documentation
API Reference
Syntactik.IO
IntegerCharExtensions Class
IntegerCharExtensions Methods
IsEndOfOpenName Method
IsEndOfOpenString Method
IsIndentCharacter Method
IsNewLineCharacter Method
IsSpaceCharacter Method
IntegerCharExtensions
IsEndOfOpenName Method
Returns true if the character can't be included in the open name.
Namespace:
Syntactik.IO
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
Copy
public
static
bool
IsEndOfOpenName
(
this
int
c
)
Parameters
c
Type:
System
Int32
Target character.
Return Value
Type:
Boolean
True if the character can't be included in the open name.
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
Reference
IntegerCharExtensions Class
Syntactik.IO Namespace
Send comments on this topic to
info@syntactik.com