Click or drag to resize

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)
Syntax
public static string removeComment(
	string line
)

Parameters

line
Type: SystemString
string with potential comment

Return Value

Type: String
string without comment
See Also