Adds backslash to the specified source.

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

Syntax

C#
string AddTrailingSlash(
	string source
)
Visual Basic
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.

See Also