Monday, 9 September 2013

Get part of a string in C#

Get part of a string in C#

Alright so I have something like HDKLFKEHR######LDKFRLEK. The outside
portions (Meaning: HDKLFKEHR and LDKFRLEK) will never change, but ######
will always change. So how can I extract ###### from the string? Thanks a
lot for the help in advance

No comments:

Post a Comment