CSharp System Char
CSharp examples for System:Char
HOME
CSharp
System
Char
Description
Click the following links for the tutorial for System and Char.
Is Backspace
Is Lower Alpha
Is Numeric
Is Upper Alpha
Is White Space
To Lower
To Upper
Char To Value
Generate a string by duplicating a char.
Is char Alpha
Is Char Digit
Is byte Ascii
Is Char a Digit
Is Char a Hex
Is Identifier Char
Is Char Whitespace
Is Char Hex Digit
Is Char Letter
Is Char Oct Digit
Chart Setup
Is Char Lower
Is Char Lower Letter
Is Char Numeric
Is Char Upper
Is Char Upper Letter
Convert char To Byte
Convert Char To Lower
Convert Char To Upper
Is English Character
Is Special Character
Is New Line Character
Get the char value at a specified index within a string
Returns string build up with bytes - no encoding is used. PROS: No data loss as with encoding when char is illegal.
Convert digit to char
Capitalizes first word letter and removes spaces and special characters.
Checks for character existence in char array
Return a clone of the given char array. No null checks are performed.
Compare two char arrays. No null checks are performed.
Copies an array of chars obtained from a String into a specified array of chars
Char To Int
Ascii To Char
Char To Ascii
Repeat Char
Get the ascii value of a single character
Is High/Low Surrogate
Is Line Terminator
Char To Six Bit
Validates the char is 0-9, A-F or a-f
Validates the char is 0-9 or a dash
Validates the char is 0-9
First Char To Upper Invariant
Decode Control Characters
Encode Control Characters
String extension method which returns first N characters of the input string.
Except Chars
To Lower First Char
To Upper First Char
Centers text within the specified maximum length, biased to the left. Text will be padded to the left and right with specified padding character. If value is greater than specified maximum length, value returned will be truncated from the right.
Counts the total number of the occurrences of a character in the given string.
Searches a string for an instance of a repeated character from specified startIndex.
Returns the index of the last repeated index of the first group of repeated characters that begin with the character To Find
Capitalizes the first character of the given input string.
Gets the first characters from a given string.
First Char To Upper
Inserts a string into another string before each occurrence of the specified Character Type.
Is Url Safe Char
Compares two strings, character by character, and returns the first position where the two strings differ from one another.
Returns the last four characters of the string; if null, returns empty string
Returns everything between the start and end chars, exclusive.
Get Russian Char Type
Gets the char in a string from a starting position plus the index
Gets the char in a string at a given position, but counting from right to left
Counts total number of a char or chars in a string
Returns all the locations of a char in a string
Checks string to see whether all characters are digits
Escapes specified string against characters treated specially in string literals. E.g. '"' (quotes) and '\' (backslash).
Is Safe char
Returns the index of the first character that satisfies the given predicate.
Pad the left side of a string with characters to make the total length.
Pad the right side of a string with characters to make the total length.
is Alpha Char
is Numeric Char