IntegerCharExtensionsIsEndOfOpenString Method
|
Returns true if the character can't be included in the open string.
Namespace:
Syntactik.IO
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntaxpublic static bool IsEndOfOpenString(
this int c
)
Parameters
- c
- Type: SystemInt32
Target character.
Return Value
Type:
BooleanTrue if the character can't be included in the open string.
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