You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber b880c3ccde Initial commit 4 years ago
..
AdjacencyList.cs Initial commit 4 years ago
C# Program to Concatenate Two Strings.cs Initial commit 4 years ago
C# Program to Convert Upper case to Lower Case.cs Initial commit 4 years ago
C# Program to Count Lines in a String.cs Initial commit 4 years ago
C# Program to Count number of Vowels and consonants from a given String.cs Initial commit 4 years ago
C# Program to Display Date in String.cs Initial commit 4 years ago
C# Program to Display the Abbreviation of a Text.cs Initial commit 4 years ago
C# Program to Encrypt Decrypt using Rijndael Key.cs Initial commit 4 years ago
C# Program to Generate the Marksheet of the Student.cs Initial commit 4 years ago
C# Program to Illustrate Binary Writer.cs Initial commit 4 years ago
C# Program to Implement String Splitter.cs Initial commit 4 years ago
C# Program to List all Substrings in a given String.cs Initial commit 4 years ago
C# Program to Perform Padding in the String.cs Initial commit 4 years ago
C# Program to Perform Searching using Predefined Functions.cs Initial commit 4 years ago
C# Program to Randomly Generate Strings.cs Initial commit 4 years ago
C# Program to Read a String and find the Sum of all Digits in the String.cs Initial commit 4 years ago
C# Program to Replace String in String.cs Initial commit 4 years ago
C# Program to Replace a Character with the String.cs Initial commit 4 years ago
C# Program to Reverse a String without using Reverse function.cs Initial commit 4 years ago
C# Program to Split a String Collections into Groups.cs Initial commit 4 years ago
C# Program to Trim the Given String.cs Initial commit 4 years ago
C# Program to calculate the length of the string.cs Initial commit 4 years ago
C# Sharp program to check whether a given substring is present in the given string.cs Initial commit 4 years ago
C# Sharp program to compare (less than, greater than, equal to ) two substrings.cs Initial commit 4 years ago
C# Sharp program to compare the last names of two people.cs Initial commit 4 years ago
C# Sharp program to compare three versions of the letter I.cs Initial commit 4 years ago
C# Sharp program to compare two strings in following three different ways produce three different results.cs Initial commit 4 years ago
C# Sharp program to compare two substrings that only differ in case.cs Initial commit 4 years ago
C# Sharp program to compare two substrings using different cultures and ignoring the case of the substrings.cs Initial commit 4 years ago
C# Sharp program to compares four sets of words by using each member of the StringComparison enumeration.cs Initial commit 4 years ago
C# Sharp program to demonstrate how culture can affect a comparison.cs Initial commit 4 years ago
C# Sharp program to demonstrate that CompareOrdinal and Compare use different sort orders.cs Initial commit 4 years ago
C# Sharp program to demonstrate that the Compare(String, String, Boolean) method is equivalent to using ToUpper or ToLower when comparing strings.cs Initial commit 4 years ago
C# Sharp to check the username and password.cs Initial commit 4 years ago
C# Sharp to check whether a character is an alphabet and not and if so, go to check for the case.cs Initial commit 4 years ago
C# Sharp to compare two string without using string library functions.cs Initial commit 4 years ago
C# Sharp to copy one string to another string.cs Initial commit 4 years ago
C# Sharp to count a total number of alphabets, digits and special characters in a string.cs Initial commit 4 years ago
C# Sharp to count a total number of vowel or consonant in a string.cs Initial commit 4 years ago
C# Sharp to count the total number of words in a string.cs Initial commit 4 years ago
C# Sharp to find maximum occurring character in a string.cs Initial commit 4 years ago
C# Sharp to find the length of a string without using library function.cs Initial commit 4 years ago
C# Sharp to find the number of times a substring appears in the given string.cs Initial commit 4 years ago
C# Sharp to insert a substring before the first occurrence of a string.cs Initial commit 4 years ago
C# Sharp to print individual characters of the string in reverse order.cs Initial commit 4 years ago
C# Sharp to read a sentence and replace lowercase characters by uppercase and vice-versa.cs Initial commit 4 years ago
C# Sharp to read a string through the keyboard and sort it using bubble sort.cs Initial commit 4 years ago
C# Sharp to search the position of a substring within a string.cs Initial commit 4 years ago
C# Sharp to separate the individual characters from a string.cs Initial commit 4 years ago
C# Sharp to sort a string array in ascending order.cs Initial commit 4 years ago
StringUtils.cs Initial commit 4 years ago