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: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool IsCommentUserSupplied(
string strComment
)
Public Shared Function IsCommentUserSupplied (
strComment As String
) As Boolean
public:
static bool IsCommentUserSupplied(
String^ strComment
)
Parameters
- strComment
- Type: SystemString
Return Value
Type:
BooleanSee Also