Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# substring
Message
From
06/05/2013 14:14:30
John Baird
Coatesville, Pennsylvania, United States
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01572787
Message ID:
01572791
Views:
58
>Wouldn't
>
>item = tcDCI.Length >= 20 ? tcDCI.Substring(0,20) : String.Empty;
>
>
>work?


I believe you meant: tcDCI.Substring(20) : String.Empty...:)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform