developerpoint
Home
Home Default
Home Grid Version
Home Odd/Even Grid
Home fullwidth
News
About
Games
Buy This Template.
Thursday, 13 March 2014
C#
substring
Remove first character from string C#
05:09
By Prasanth
0 Comment
Use substring() method.
string str = "/a.txt";
str = str.substring(1);
Output
a.txt
C#
substring
Prasanth
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam aliquam massa quis mauris sollicitudin commodo venenatis ligula commodo.
Related Posts
0 comments:
Post a Comment
Newer Post
Older Post
Home
LIKE US ON FACEBOOK
Popular Posts
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 server...
Tortoise workbench ignore certain files with hgignore
There may be cases where we want to ignore certain files before committing in mercurial distributed revision control system. We can ignore f...
Logging Tools Log4Net vs ELMAH
Both needs configuration files. Log4Net Simple general purpose logging tool. Easy to integrate. Creates text file. Log levels: DEBUG, INFO, ...
Fix 500 Internal Server Error in WordPress
500 Internal Server Error is not specific to wordpress. Usually beginners who are managing site gets panic while getting this error. There a...
Difference between @Html.TextBox, @Html.TextBoxFor & @Html.EditorFor
These are html helpers, which renders html input tag in which the type attribute is set to text. @Html.TextBox("example") This i...
The database '*\DATABASE1.MDF' cannot be opened because it is version 706. This server supports version 655 and earlier. A downgrade path is not supported. Could not open new database '*\DATABASE1.MDF'. CREATE DATABASE is aborted. (Microsoft SQL Server, Error: 948)
Version 706 is a database file from Sql Server 2012 Version 665 is a database file from Sql Server 2008R2
File Load Exception: Could not load file or assembly ASP.NET MVC
My first post :) This is a common exception that happens when we upgrade an installed package. So why is this throwing this exception. FileL...
WampServer phpMyAdmin - default password
Its a software bundle : Windows Apache MySQL PHP which is a windows web development environment; creates web application using Apache,MySQL,...
Remove first character from string C#
Use substring() method. string str = "/a.txt"; str = str.substring(1); Output a.txt
Methods for passing values from one page to another
1. '''Query String''' ['''''GET Method'''''] Passing variables using query s...
Labels
.MDF
.NET Framework
Android
Apache
ASP.NET MVC
Assembly Bindong Log Viewer
Browser
C#
Chrome
Cross Platform Mobile
Debugger
ELMAH
Firebug
Fuslogvw
GET
hg
hgignore
HTML
Internet Explorer
iOS
iPhone
jQuery Mobile
Log4Net
Logging Tools
Mercurial
Microsoft SQL Server
Mobile
Mozilla
MVC
MySQL
Phonegap
PHP
POST
Query string
Razor syntax
regedit
Rhodes
Ruby
Sencha
substring
Tags
Tools
Tortoise
WampServer
Windows
Windows Phone
workbench
PLACE FOR BANNER AD
Powered by
Blogger
.
About us
Follow Us
About Me
Prasanth
View my complete profile
0 comments:
Post a Comment