how to split and get last index values in csharp

Code Example - how to split and get last index values in csharp

                
                        myString.Split('/').Last();