Click or drag to resize
UtilitiesIsCommentUserSupplied Method
Returns TRUE if the string is non-empty and not of the pattern "[#123]" Necessary because SAZ-saving logic autogenerates comments of that form

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static bool IsCommentUserSupplied(
	string strComment
)

Parameters

strComment
Type: SystemString

Return Value

Type: Boolean
See Also