Destabilizing Code
Blog Archive
►
2011
(1)
►
May
(1)
▼
2010
(9)
►
May
(1)
►
March
(2)
▼
February
(6)
ToString() or not ToString()?
To be sure. (Ep. 2 - The strings)
"To be sure"
Second
The First Entry!
Serialul "hai sa programam" are acum un nou format!
20100217
To be sure. (Ep. 2 - The strings)
You never know what may be hiding behind an innocent string...
if
(body.Length> 17)
{
try
{
output += body.Substring(0, 18) +
"..."
;
}
catch
(
Exception
ex)
{
output += body;
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment