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