Overloading Strings in C# is a web based tutorial in which author discusses about using string in C#. The author describes the method of using SuperStringFunction() in string processing. The author provides code for performing various operation in to
Option Explicit & Option Strict is a tutorial in which author demonstrates the option explicit and option strict variables. The author describes the procedure for using explicit and strict properties for declaring the variables in ASP.NET....
Masked Edit Control written in C# that uses Regular Expressions is an easy to understand tutorial in which the author elaborates the process of masked text box control, which helps in converting mask into a regular expression for each character in th
Leverage Regular Expressions is a web based tutorial in which the author explains about procedure to be followed to leverage regular expressions from VB.NET, inorder to perform various process like accessing words, dates and number from a text docume
Introduction To Regular Expressions is an article through which users can learn about regular expression and its uses. Here the author elaborates the procedure to make use of System.Text.RegularExpressions Namespace classes for parsing the text. The
Chop Function is an article through which programmers can learn more about a common string function, which helps in dividing a text string into equal two parts. The author offers code snippet to execute this process, programmers can make use of it. T
How do I create a string in C# is an article in which author demonstrates the procedure for constructing string using string builder. Here the author offers a code snippet, which helps in performing the above said process. ASP.NET programmers and beg
Formatting with Regular Expressions is a web based tutorial in which the author gives details about regular expression pattern matching. The author describes about string manipulating function which can be used in formatting. Here the author explains
Formatting Base Types is an useful tutorial for the ASP.NET programmers to gather information about formatting process, which perform the process of transforming an object into strings. The author explains various methods of formatting and the method
Examining New String Properties - Part 1 is an easy to understand tutorial in which the author elaborates the procedure for utilizing the string properties to parse strings. The author gives details about several strings like Substring, IndexOf, Ends |