Click or drag to resize

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

Parameters

line
Type: SystemString
string with potential comment.

Return Value

Type: String
string without comment.
See Also