Table of Contents

GR0018: Boolean Try method should be used inside an If Statement

TitleBoolean Try method should be used inside an If Statement
IdGR0018
CategoryUsage
Default SeverityWarning
Enabled By DefaultTrue
DescriptionTryParse should be used inside an If Statement. This allows mitigating errors with parsing.
Custom Tags