Main Navigation
Home
Blog
Index
Search
Articles
Books
Contact
BLOG.CSHARPHELPER.COM: Category Archive for strings
Extract comments from a C# file in C#
Posted by Rod Stephens at
3/19/2011 9:04 AM
|
Add Comment
Make string extensions to URL encode and decode strings in C#
Posted by Rod Stephens at
3/18/2011 3:58 PM
|
Add Comment
Use Split and Join to split delimited text into values and join it back together again in C#
Posted by Rod Stephens at
9/20/2010 6:42 AM
|
Add Comment
Read a comma-separated value (CSV) file into an array in C#
Posted by Rod Stephens at
7/25/2010 6:39 AM
|
Add Comment
Find the ordinal representation of a date as in "August 20th, 2010" in C#
Posted by Rod Stephens at
7/16/2010 5:28 AM
|
Add Comment
Find the ordinal representation of an integer (1st, 2nd, 3rd) in C#
Posted by Rod Stephens at
7/15/2010 6:53 AM
|
Add Comment
Show all of the matches to a regular expression in a string in C#
Posted by Rod Stephens at
6/20/2010 12:55 PM
|
Add Comment
Use a second method to convert strings between Pascal case, camel case, and proper case in C#
Posted by Rod Stephens at
6/14/2010 6:30 AM
|
Add Comment
Convert strings between Pascal case, camel case, and proper case in C#
Posted by Rod Stephens at
6/13/2010 6:46 AM
|
Add Comment
Write extension methods to convert between byte arrays and strings of hexadecimal values in C#
Posted by Rod Stephens at
5/25/2010 5:50 AM
|
Add Comment
Use the StringBuilder class to concatenate strings quickly in C#
Posted by Rod Stephens at
5/24/2010 2:52 PM
|
View Comments (1)
|
Add Comment
Generate random strings in C#
Posted by Rod Stephens at
5/23/2010 6:29 PM
|
Add Comment
Compare the speeds of different methods for concatenating strings in C#
Posted by Rod Stephens at
3/20/2010 6:18 AM
|
Add Comment
Use the DateTime class's standard formatting methods in C#
Posted by Rod Stephens at
3/18/2010 7:21 AM
|
Add Comment
Use custom date and time formats in C#
Posted by Rod Stephens at
3/17/2010 8:55 AM
|
Add Comment
Use custom numeric formats in C#
Posted by Rod Stephens at
3/6/2010 8:13 AM
|
Add Comment
Use standard date and time formats in C#
Posted by Rod Stephens at
3/5/2010 7:15 AM
|
Add Comment
Use standard numeric formats in C#
Posted by Rod Stephens at
2/20/2010 8:52 AM
|
Add Comment
Use standard numeric formats in C#
Posted by Rod Stephens at
2/6/2010 9:25 AM
|
Add Comment
Back to Main Page
Quick Search
Search only in titles:
Keyword:
Search in:
Title
Title and Contents
Title and Comments
Title, Contents, Comments
Date Range:
1 week
2 weeks
1 month
3 months
All
Advanced Search
Basic Search
Calendar
April 2011
Su
Mo
Tu
We
Th
Fr
Sa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Subscribe
Syndicate
Posts Atom 1.0
Comments Atom 1.0
Posts RSS 2.0
Comments RSS 2.0
Podcasts RSS 2.0
Twitter Link
follow CSharpHelper at http://twitter.com
Monthly Archives
2011
April 2011 (9)
March 2011 (15)
February 2011 (19)
January 2011 (28)
2010
December 2010 (30)
November 2010 (25)
October 2010 (25)
September 2010 (15)
August 2010 (9)
July 2010 (22)
June 2010 (30)
May 2010 (28)
April 2010 (28)
March 2010 (25)
February 2010 (19)
January 2010 (34)
2009
December 2009 (27)
November 2009 (26)
October 2009 (1)
Category Archives
ADO.NET (2)
algorithms (94)
animation (4)
API (2)
arrays (7)
books (1)
calculations (1)
challenges (3)
classes (14)
clipboard (3)
coding (1)
combinatorics (3)
controls (52)
cryptography (4)
curve fitting (4)
database (4)
debugging (2)
dialogs (4)
directories (3)
Drag and Drop (3)
drawings (3)
enums (2)
Event (2)
events (1)
Excel (3)
extensions (3)
files (25)
fonts (1)
forms (9)
fractals (24)
ftp (1)
games (2)
geometry (22)
globalization (1)
graphics (165)
html (4)
IDE (5)
interfaces (1)
internet (7)
interoperability (3)
LINQ (4)
lists (1)
localization (3)
mathematics (18)
menus (6)
methods (1)
miscellany (2)
multimedia (8)
Office (5)
operators (3)
parsing (4)
printers (4)
printing (9)
programs (10)
reflection (1)
registry (2)
regular expressions (8)
SQL (2)
strings (19)
syntax (13)
system (19)
threading (3)
tips (1)
transformations (4)
variables (9)
VBA (2)
web (7)
WMI (3)
Word (3)
wpf (2)
XML (4)
Recent Posts
Use a tristate CheckBox to let the user select all or none of a group of other CheckBoxes in C#
Tuesday, April 12, 2011
Use a tristate CheckBox in C#
Monday, April 11, 2011
Draw a recursive overlapping snowflake fractal curve in C#
Sunday, April 10, 2011
Draw a recursive von Koch snowflake fractal curve in C#
Saturday, April 09, 2011
Draw a recursive snowflake fractal curve in C#
Friday, April 08, 2011
Select a printer resolution such as Draft or High in C#
Thursday, April 07, 2011
Let the user select a printer and then send a printout directly to it in C#
Wednesday, April 06, 2011
Send a printout directly to a specific printer in C#
Tuesday, April 05, 2011
Langton's Ant contest winners
Friday, April 01, 2011
Display Pascal's triangle in C#
Thursday, March 31, 2011
Recent Comments
Rod Stephens on
Use an event handler for multiple controls in C#
4/8/2011
Anonymous on
Use an event handler for multiple controls in C#
4/8/2011
Rod Stephens on
Make an application show appropriate icons on its forms, Task Manager, Windows Explorer, and other places in C#
3/31/2011
Richard Moss on
Make an application show appropriate icons on its forms, Task Manager, Windows Explorer, and other places in C#
3/30/2011
Rod Stephens on
Drag and drop images in C#
3/29/2011
roberto paula on
Recursively draw a binary tree in C#
3/28/2011
JOHN DOE on
Convert between decimal, hexadecimal, octal, and binary in C#
3/25/2011
Juan Carlos on
Drag and drop images in C#
3/21/2011
Rod Stephens on
Contest: Langton's Ant Simulation
3/17/2011
OperatorX on
Contest: Langton's Ant Simulation
3/16/2011
Blog Software
Web Design