AsciiCharacterCodeExtension extension

Utilities for working with ASCII character codes as integers.

on

Properties

isAsciiDigit bool

Available on int, provided by the AsciiCharacterCodeExtension extension

Whether this character code represents a digit (0-9).
no setter
isAsciiEndOfLine bool

Available on int, provided by the AsciiCharacterCodeExtension extension

Whether this character code represents a newline or carriage return.
no setter
isAsciiLetter bool

Available on int, provided by the AsciiCharacterCodeExtension extension

Whether this character code represents a letter (a-z, A-Z).
no setter
isAsciiLetterOrDigit bool

Available on int, provided by the AsciiCharacterCodeExtension extension

Whether this character code represents a letter or digit.
no setter
isAsciiLetterOrDigitOrUnderscore bool

Available on int, provided by the AsciiCharacterCodeExtension extension

Whether this character code represents a letter, digit, or underscore.
no setter
isAsciiSpace bool

Available on int, provided by the AsciiCharacterCodeExtension extension

Whether this character code represents a space or tab character.
no setter
isAsciiUnderscore bool

Available on int, provided by the AsciiCharacterCodeExtension extension

Whether this character code represents an underscore.
no setter
isAsciiWhitespace bool

Available on int, provided by the AsciiCharacterCodeExtension extension

Whether this character code represents a space, tab, newline, or carriage return.
no setter