C# Program to Trim the Given String

This is a C# Program to trim the given string. Problem Description This C# Program Trims the Given String. Problem Solution Here spaces in the string is removed using the trim function. Program/Source Code Here is source code of the C# Program to Trim the Given String. The C# program is successfully compiled and executed … Read more

advertisement

C# Program to Perform Padding in the String

This is a C# Program to perform padding in the string. Problem Description This C# Program Performs Padding in the String. Problem Solution Here it creates a new string that consists of an original string that is padded with leading or trailing characters to a specified total length. Program/Source Code Here is source code of … Read more

advertisement

C# Program to Reverse a String without using Reverse Function

This is a C# Program to reverse a string without using reverse function. Problem Description This C# Program Reverses a String without using Reverse function. Problem Solution Here the string is reversed by changing the postion of charters from right to left one by one. Program/Source Code Here is source code of the C# Program … Read more

advertisement

C# Program to Implement String Splitter

This is a C# Program to implement string splitter. Problem Description This C# Program Implements String Splitter. Problem Solution Here it Returns a string array that contains the substrings in this string that are delimited by elements of a specified string array. Program/Source Code Here is source code of the C# Program to Implement String … Read more

advertisement

C# Program to Perform Searching using Predefined Functions

This is a C# Program to perform searching using predefined functions. Problem Description This C# Program Performs Searching using Predefined Functions. Problem Solution Here the string is sorted using the predefined function using sort(). Program/Source Code Here is source code of the C# Program to Perform Searching using Predefined Functions. The C# program is successfully … Read more

advertisement

C# Program to Reverse a String with Predefined Function

This is a C# Program to reverse a string with predefined function. Problem Description This C# Program Reverses a String with Predefined Function. Problem Solution Here the String is Reversed using the predefined Function reverse(). Program/Source Code Here is source code of the C# Program to Reverse a String with Predefined Function. The C# program … Read more

advertisement

C# Program to Find the Frequency of “the” Word in a String

This is a C# Program to find the frequency of the word ʺtheʺ in a given sentence. Problem Description This C# Program Finds the Frequency of the Word ʺtheʺ in a given Sentence. Problem Solution Here the frequency of ‘the’ in the given string is found. Program/Source Code Here is source code of the C# … Read more

advertisement

C# Program to Print Strings from ArrayList

This is a C# Program to print only strings in an arraylist. Problem Description This C# Program Prints only Strings in an ArrayList. Problem Solution Here the arrayList contains elements of many datatypes,and the strings are sorted out and are displayed. Program/Source Code Here is source code of the C# Program to Print only Strings … Read more

advertisement

C# Program to Split a String Collections into Groups

This is a C# Program to split string collections into groups. Problem Description This C# Program Splits a String Collections into Groups. Problem Solution Here the Given String is splited into Groups and displayed. Program/Source Code Here is source code of the C# Program to Split a String Collections into Groups. The C# program is … Read more

advertisement

C# Program to Concatenate Two Strings

This is a C# Program to concatenate two strings. Problem Description This C# Program Concatenates Two Strings. Problem Solution Here the two strings are joined together to form a single string with a build in string function. Program/Source Code Here is source code of the C# Program to Concatenate Two Strings. The C# program is … Read more

advertisement
Subscribe to our Newsletters (Subject-wise). Participate in the Sanfoundry Certification contest to get free Certificate of Merit. Join our social networks below and stay updated with latest contests, videos, internships and jobs!

Youtube | Telegram | LinkedIn | Instagram | Facebook | Twitter | Pinterest
Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.