%%PageItemTitle%%

Compare .NET Objects

Compare .NET Objects
PathSlash Method
See Also  Send Feedback
KellermanSoftware.CompareNetObjects Namespace > FileHelper Class : PathSlash Method


path
The string to append the backslash to.

Glossary Item Box

Ensure the passed string ends with a directory separator character unless the string is blank.

Syntax

Visual Basic (Declaration) 
Public Shared Function PathSlash( _
   ByVal path As System.String _
) As System.String
Visual Basic (Usage)Copy Code
Dim path As System.String
Dim value As System.String
 
value = FileHelper.PathSlash(path)
C# 
public static System.string PathSlash( 
   System.string path
)
Managed Extensions for C++ 
public: static System.string* PathSlash( 
   System.string* path
) 

Parameters

path
The string to append the backslash to.

Return Value

String with a "/" on the end

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Kellerman Software 2018 All Rights Reserved.