I have the following text and I want to get the number within the brackets..
HSBC BANK MIDDLE EAST [547628]
how can I do that
I have the following text and I want to get the number within the brackets..
HSBC BANK MIDDLE EAST [547628]
how can I do that
how can I get the number whithin the brackets?
traderhen
number = number.Substring(0, number.Length - 1);