Last but one character in a string in VB.net
Posted
by acadia
on Stack Overflow
See other posts from Stack Overflow
or by acadia
Published on 2010-03-29T12:18:06Z
Indexed on
2010/03/29
12:23 UTC
Read the original article
Hit count: 281
vb.net
Hello, I how do I find the last but one character in a string in VB.net.
for e.g. I have a string Dim strTicket as string="56789-091F0" I want the value "F"
Thanks for your help in advance.
© Stack Overflow or respective owner