How do I get everything after a certain index in string c#

Posted by Joshua on Stack Overflow See other posts from Stack Overflow or by Joshua
Published on 2010-03-30T06:41:48Z Indexed on 2010/03/30 6:53 UTC
Read the original article Hit count: 231

Filed under:
|
|

Lets say I have the string:

"MyNamespace.SubNameSpace.MyClassName"

How do I extract just everything after the last period, "MyClassName"

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET