Table of Contents

Class CharUtils

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Contains methods and properties which are related to char.

public static class CharUtils
Inheritance
CharUtils

Fields

Ampersand

Ampersand '&'.

Apostrophe

Represents the apostrophe (') character as a constant value.

Asterisk

Asterisk '*'.

At

At sign '@'.

BackSlash

Represents the backslash character ('') as a constant value.

BackspaceChar

Represents the backspace control character ('\b') as a constant value. This character is used to move the cursor back one position in text.

Backtick

Backtick '`'.

ByteOrderMark

Unicode byte order mark (BOM, U+FEFF).

CarriageReturn

Carriage return '\r'.

Colon

Colon ':'.

Comma

Comma ','.

Dollar

Dollar sign '$'.

Dot

Dot (period) '.'.

DoubleQuote

Double quote '"' .

EmDash

Em dash (U+2014).

EnDash

En dash (U+2013).

EqualsChar

Equals '='.

Escape

Escape character (U+001B).

Exclamation

Exclamation mark '!'.

FormFeed

Form feed '\f'.

Hash

Hash / pound '#'.

HyphenMinus

Hyphen (minus) '-'.

LeftArrow

Represents the Unicode left arrow symbol (←) as a constant value. Unicode: U+2190

LeftBrace

Left brace '{'.

LeftBracket

Left bracket '['.

LeftDoubleQuote

Left double quotation mark (U+201C).

LeftParen

Left parenthesis '('.

LeftSingleQuote

Left single quotation mark (U+2018).

NewLine

Line feed / newline '\n'.

NonBreakingSpace

Non-breaking space (U+00A0).

Null

Null character '\0'.

Percent

Percent '%'.

Plus

Plus '+'.

Question

Question mark '?'.

RightArrow

Represents the Unicode right arrow symbol (→) as a constant value. Unicode: U+2192

RightBrace

Right brace '}'.

RightBracket

Right bracket ']'.

RightDoubleQuote

Right double quotation mark (U+201D).

RightParen

Right parenthesis ')'.

RightSingleQuote

Right single quotation mark (U+2019).

Semicolon

Semicolon ';'.

Slash

Represents the forward slash ('/') character as a constant value.

Space

Space ' '.

Tab

Represents the tab character ('\t') as a constant value.

Tilde

Tilde '~'.

Underscore

Underscore '_'.

VerticalBar

Pipe / vertical bar '|'.

VerticalTab

Vertical tab '\v'.

ZeroWidthSpace

Zero-width space (U+200B).

Properties

AltDirectorySeparator

Alternate directory separator for current platform (runtime value).

DirectorySeparator

Directory separator for current platform (runtime value).