Buy Questpond's video subscriptions on
huge discount
.
Online: 2265
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
C#
>
Loading ...
How to remove leading space from below string?
string name = " Rajesh";
Posted by
Rajesh_Kumar
on 1/22/2014 | Category:
C# Interview questions
| Views: 2164 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
We will use TrimStart() method to remove spaces from above string.
string name = " Rajesh";
name = name.TrimStart();
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
What considerations must be there when working wit ...
Next > :
How to remove white spaces or empty spaces from wi ...
Comments or Responses
Login to post response
More Interview Questions by Rajesh_Kumar
How to remove white spaces or empty spaces from within String?
What are Cursors in Sql-Server?
What are the values that @@Fetch_Status Function return while dealing ...
What is the return type of @@Fetch_Status Function?
What do we mean by @@Fetch_Status in Cursor?
Suppose,i have one table named competency_details which has one column ...
Suppose,i have one table named competency_details which has one column ...
How to calculate column values in Sql-Server?
Latest Interview Questions
Write a program using Linq to create a sequence that contains common f ...
What is the output of the following query? var query = from student ...
Which of the following statemet(s) is correct with respact to ArrayLis ...
Can we have different access modifiers for the get and set methods? Ju ...
Can you call a native function that is exported from a dll, if so how?
What is meant by satellite assembly?
How can you define Delay signing?
Is there a possibility to create multilanguage, multifile assembly? If ...
More ...