podzielony ciąg na ostatni element

stringCutted = myString.Substring(myString.LastIndexOf("/")+1);
Good Goshawk