Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in C Sharp only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Forum
Topic
C Sharp
create new string
create new string
Collapse
This topic is closed.
X
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
xke
#1
create new string
Aug 3 '07, 03:15 PM
How can I quickly create a new string containing 100 spaces in C#?
Thanks
Gregg Walker
#2
Aug 3 '07, 03:45 PM
Re: create new string
string mystring = new string(' ', 100);
Comment
Post
Cancel
rhaazy
#3
Aug 3 '07, 07:45 PM
Re: create new string
On Aug 3, 11:35 am, "Gregg Walker" <xy...@newsgrou p.nospamwrote:
string mystring = new string(' ', 100);
very interesting, i wasn't aware one could do this. SUPER post!
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
👍
👎
☕
Comment