{
Developerpoint
}
Home
Javascript
Libraries
Jquery
Dojo
Frameworks
CSS
Bootstrap
Languages
PHP
Opensource
Mobile
Home
substring
Thursday, March 13, 2014
Remove first character from string C#
Posted by prasanth on 5:39 PM
0
Use substring() method.
string str = "/a.txt";
str = str.substring(1);
Output
a.txt
Posted in
C#
,
substring
Email This
BlogThis!
Share to X
Share to Facebook
Newer Post
Older Post
Home
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
Search
Advertising
Search
Archives
►
2016
(3)
►
July
(3)
▼
2014
(14)
►
June
(4)
▼
March
(5)
Logging Tools Log4Net vs ELMAH
Remove first character from string C#
URL querystring with multiple parameters not worki...
Cannot install applications because the certificat...
How to check .NET Framework version installed in y...
►
February
(5)
Popular Posts
Remove first character from string C#
Use substring() method. string str = "/a.txt"; str = str.substring(1); Output a.txt
Cannot install applications because the certificate is not valid. - iOS 7.1 Enterprise App
Is it rediculous? May be or not. Might be for more security. Any way this error is showing in iOS 7.1. When we see this in first time we ...
Mime type for ipa and plist - iOS
Mime type for ipa - application/octet-stream Mime type for plist- application/plist Issue Cannot download manifest file (.plist) from...
Labels
ASP.NET MVC
(2)
HTML
(2)
Windows
(2)
.MDF
(1)
.NET Framework
(1)
500 internal server
(1)
Android
(1)
Apache
(1)
Assembly Bindong Log Viewer
(1)
Browser
(1)
C#
(1)
CSS
(1)
Chrome
(1)
Cross Platform Mobile
(1)
Debugger
(1)
ELMAH
(1)
Firebug
(1)
Fuslogvw
(1)
GET
(1)
Internet Explorer
(1)
Log4Net
(1)
Logging Tools
(1)
MVC
(1)
Mercurial
(1)
Microsoft SQL Server
(1)
Mobile
(1)
Mozilla
(1)
MySQL
(1)
PHP
(1)
POST
(1)
Phonegap
(1)
Query string
(1)
Razor syntax
(1)
Rhodes
(1)
Ruby
(1)
Sencha
(1)
Tags
(1)
Tools
(1)
Tortoise
(1)
WampServer
(1)
Windows Phone
(1)
hg
(1)
hgignore
(1)
iOS
(1)
iPhone
(1)
jQuery Mobile
(1)
regedit
(1)
substring
(1)
wordpress
(1)
workbench
(1)
Remove first character from string C#