string dividida no último elemento

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