StringExtensionsSubstringEnd Method

Overload List

SubstringEnd(String, Int32) Retrieves a substring from the source String.

The substring starts at the end of the string.

SubstringEnd(String, Int32, Int32) Retrieves a substring from the source String.

The substring starts at the end of the string.

See Also