StringExtrasRemoveComments Method |
remove comment lines etc
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string RemoveComments(
string multiline
)
Public Shared Function RemoveComments (
multiline As String
) As String
public:
static String^ RemoveComments(
String^ multiline
)
static member RemoveComments :
multiline : string -> string
Parameters
- multiline
- Type: SystemString
Return Value
Type:
String
See Also