Download
100% FREE
Office Document APIs for .NET
Online: 1711
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
>
VB.NET
>
Loading ...
To reverse a string which function is used in VB.NET?
Posted by
Abhisek
on 1/21/2010 | Category:
VB.NET Interview questions
| Views: 11494
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
StrReverse(String):-
This function reverse the specified string.
Dim Str,RStr As String
Str="Welcome"
RStr=StrReverse(Str)'returns"emocleW"
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
Which method is used to delete a file in VB.NET?
Next > :
Name the method in VB.NET used to define a control ...
Comments or Responses
Login to post response
More Interview Questions by Abhisek
Name the method in VB.NET used to define a control's color?
What are the different method parameter modifiers in C#?
What are the different Iteration Constructs in C#?
What is the use of ?? operator in C#?
What is the name of C# command line compiler?
Which namespace in .NET is used in networking programming?
How ASP .NET different from ASP?
How to manage pagination in a page?
Latest Interview Questions
Can you compare two SQL fields with datatype "text" by using ...
what is web part?and type
what is MOSS ?
What are ways to create input forms for workflow ?
What are the types of input forms that can be created for a workflow ?
What is Authentication and Authorization.
what is Ajax?
what is PrePageExecute() event
More ...