DevPinoy.org
A Filipino Developers Community
Sign in
|
Join
|
Help
Blogs
Media
Forums
DevCast
All Tags
»
C#
»
localization
»
Tutorial
(RSS)
Browse Blog Posts by Tags
Showing related tags and posts for the
Blogs
application. See
all tags in the site
CultureInfo
Globalization
TextInfo
Tips and Tricks
VB.NET
How To: Capitalize the first letter of every word in a string
Ever thought of how to capitalize the first letter of every word in a string? Here's how: [C#] using System; using System.Globalization; namespace KeithRull.CapitalizingLetters { internal class Program { static void Main( string [] args) { string textToTransform = "keith, you need to post more...
Posted to
Keith Rull
by
keithrull
on 08-19-2008
Filed under:
Filed under:
C#
,
Tutorial
,
VB.NET
,
TextInfo
,
Tips and Tricks
,
CultureInfo
,
Globalization
,
Localization
Page 1 of 1 (1 items)
Copyright DevPinoy 2005-2008