Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the last characters of a string
public static string Tail (this string s, int count);
static member Tail : string * int -> string
<Extension()>
Public Function Tail (s As String, count As Integer) As String