R
Rhonda Tipton
Hello.
I am trying to do a substring or something like that to extract the middle
portion of a string.
12345 TEST FACILITY 1_Letter 1A
12346 TEST FACILITY 2_Letter 1A
I would like to be able to extract the part after the number and before the
_.
TEST FACILITY 1
TEST FACILITY 2
I am new to C# and still learning, so any help is greatly appreciated.
Rt
I am trying to do a substring or something like that to extract the middle
portion of a string.
12345 TEST FACILITY 1_Letter 1A
12346 TEST FACILITY 2_Letter 1A
I would like to be able to extract the part after the number and before the
_.
TEST FACILITY 1
TEST FACILITY 2
I am new to C# and still learning, so any help is greatly appreciated.
Rt