split string pada elemen terakhir

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