Use string.LastIndexOf and string.Substring: C#. Copy Code. string lastBit = input.Substring(input.LastIndexOf('/'));.
確定! 回上一頁