Adds backslash to the specified source.

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual string AddTrailingSlash(
	string source
)
Visual Basic
Public Overridable Function AddTrailingSlash ( 
	source As String
) As String

Parameters

source
Type: System..::..String
The source string to be modified.

Return Value

The original string plus a backslash.

Implements

IPathUtils..::..AddTrailingSlash(String)

See Also