File Search Library
RemoveComments Method



KellermanSoftware.FileSearchLibrary Namespace > RemoveCommentLogic Class : RemoveComments Method
The file text
The path to the file
Remove comments from the passed text
Syntax
'Declaration
 
Public Function RemoveComments( _
   ByVal text As String, _
   ByVal filePath As String _
) As String
'Usage
 
Dim instance As RemoveCommentLogic
Dim text As String
Dim filePath As String
Dim value As String
 
value = instance.RemoveComments(text, filePath)
public string RemoveComments( 
   string text,
   string filePath
)
public:
String^ RemoveComments( 
   String^ text,
   String^ filePath
) 

Parameters

text
The file text
filePath
The path to the file
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

Reference

RemoveCommentLogic Class
RemoveCommentLogic Members