C#: Extract only right most n letters from a string
Posted
by Shyju
on Stack Overflow
See other posts from Stack Overflow
or by Shyju
Published on 2009-11-12T13:54:31Z
Indexed on
2010/03/26
17:53 UTC
Read the original article
Hit count: 423
How can I extract a substring which is composed of the rightmost six letters from another string?
Ex: my string is "PER 343573". Now I want to extract only "343573".
How can I do this?
© Stack Overflow or respective owner