Hits Today: 1 Total: 3544 | Updated: 5/18/2001 | |
 | Know what regular expressions are? Want to learn how to master their use? If you are a beginner, novice, or expert at regular expressions, you'll find the collection of regular expression articles and information we have posted here an invaluable resource Author: 4GuysFromRolla Code: ASP.NET Beta 1 & VB |
Hits Today: 1 Total: 3361 | Updated: 6/30/2003 | |
 | This article will attempt to help you better understand the System.String type and how it works behind the scenes.
Author: Yuri Gorobets Code: ASP.NET v1.0 & C# |
Hits Today: 1 Total: 2402 | Updated: 9/23/2002 | |
 | This article answers the question, "How do I create a string in C#?" You can also use the StringBuilder class in the System.Text namespace. Author: superdotnet.com Code: ASP.NET v1.0 & C# | |  | |
Hits Today: 1 Total: 915 | Updated: 6/19/2006 | |
 | This sample program will brief you how you can get the length of the string by calling a VB6 Len function through Class Library object in your Project. To begin with this application, create a new project in Visual Studio 2005 (VS2005). Author: DevASP Code: ASP.NET v2.0 & VB |
Hits Today: 1 Total: 3581 | Updated: 7/19/2002 | |
 | Make your code more efficient with .NET's new StringBuilder and String objects, along with the new format strings. Author: Stan Schultes Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 3704 | Updated: 8/17/2002 | |
 | These VB.NET methods let you evaluate strings as Basic expressions and convert data to and from readable forms. Author: Edward G. Nilges Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 62 | Updated: 11/30/2007 | |
 | This VB.NET tutorial demonstrates how to significantly improve string handling performance in VB.NET application code through the use of the StringBuilder class. Includes code samples. Author: Brett Burridge Code: ASP.NET v2.0 & VB | |  | |
Hits Today: 1 Total: 1675 | Updated: 11/1/2002 | |
 | This will determine whether the end of this instance matches the specified String. This is case-sensitive. Will return True or False. Author: ASPMatrix Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 1909 | Updated: 11/2/2002 | |
 | This will determine whether the beginning of this instance matches the specified String. This is case-sensitive. Will return True or False. Author: ASPMatrix Code: ASP.NET v1.0 & VB |
|