Function to strip email from text - Friday, February 03, 2006 Hi here is a function i created to strip email from a text. you can use it for a variety of purposes |
Calculating Date and time Functions in c# - Friday, February 10, 2006 Calculating Date and time Functions in c# use this code to do just that |
Characters in a string - Wednesday, April 05, 2006 Get Left side of requested number of characters in a string. Check for validity. |
String existing check - Wednesday, April 05, 2006 This functions Checks to see if a string exists inside another if it is then it returns true |
Valid email or not - Wednesday, April 05, 2006 Function to checks for a valid email id. |
Valid phone or not - Wednesday, April 05, 2006 Function to check if a phone number is valid |
Function to convert a object to a string - Wednesday, April 05, 2006
This functions returns a safe string when you pass any object to it |
Check if a given color hexadecimal is true - Thursday, April 06, 2006 This function checks if a entered color value is a textBox is in a valid hexadecimal format
|
Validate a string for Number format - Thursday, April 06, 2006 Function to Validate a string for Number format |
Get Random numbers - Friday, May 12, 2006 This function return a random number from a give max and minimum values |
Function to strip alpha numeric characters - Wednesday, April 26, 2006 This function strips a alphanumeric characters and returns only the numbers
|
StringBuilder and Strings and Concantenation in c# - Wednesday, July 12, 2006 This small article will show you the use of StringBuilder class when concantenating strings |
Regex Function to match a phone number - Tuesday, July 25, 2006 This simple code shows how to check a phonenumber using regex
|
function to add a string at a specified match in a string using regular expressions - Tuesday, March 13, 2007
this function helps you to add a specified piece of string exactly after a match |
Formatting Text Box Numbers with commas - Tuesday, May 22, 2007 a small function to format text box with numbers to commas format |
C# reverse a string - Wednesday, July 25, 2007 A function to reverse a string |
c# currency formatter function - Thursday, November 15, 2007 A simple function to convert a a value to a currency format |