Cadena dividida en el último elemento

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