How to split this string with C#

Hi @Rpa_compara

In the split function put the required index to get your desired value like below

Split(yourlogic)(0)
Or
Split(yourlogic)(1)

to get the part of string