WeaverUtilities.

RemoveTrailingSlashes(string) Method

Summary

Returns `str` with any forward slashes removed from the end.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
WeaverUtilities

Syntax

public static string RemoveTrailingSlashes(this string str)

Parameters

Name Type Description
str string

Return Value

Type Description
string