|
UtilsremoveComment Method
|
returns string with everything removed that comes after '#'.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static string removeComment(
string line
)
Public Shared Function removeComment (
line As String
) As String
public:
static String^ removeComment(
String^ line
)
static member removeComment :
line : string -> string
Parameters
- line
- Type: SystemString
string with potential comment.
Return Value
Type:
Stringstring without comment.
See Also