TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
latika singh
NA
31
33.6k
Passing string to an int property
Mar 6 2012 9:56 AM
Dear All,
I have a following property:
Public Overrides Property Acc(ByVal axis As Short) As Double
Get
End Get
Set(ByVal value As Double)
End Set
End Property
I am accessing a variable from my hardware by using the following statement:
_Interface.Value(Acceleration.X).
The X stored inside my hardware structure is of type string. Is there a way to pass an integer in the above property and it maps with X in my hardware? So when I write _Interface.Value(Acceleration.1) it should automatically correspond that it is for X.
Reply
Answers (
1
)
Create Load Window in Web Application
VB.Net string concatenation