I have a string :
10989898 - test1
or another example:
123178239182 - test2
I need the output like this:
In first case:
10989898
In second case:
123178239182
means the value before hyphen. How can I do that?
|
|
|
|||||
|
|
|||||
|
|
|
You can use the String Split method:
|
|||||
|
Update
|
||||
|
|