|
UtilsremoveComment Method
|
returns string with everything removed that comes after '#'
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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