12 references to TryParse
System (1)
services\monitoring\system\diagnosticts\EventLogEntry.cs (1)
447
UInt32.
TryParse
( msg.Substring(percentIdx + 1, lasNumIdx - percentIdx - 1), out paramMsgID);
System.Web (7)
Configuration\ExpressServerConfig.cs (3)
85
if (!UInt32.
TryParse
(siteID, out siteIDValue)) {
295
if (UInt32.
TryParse
(siteArgument, out id)) {
347
if (!UInt32.
TryParse
(siteID, out siteValue)) {
Configuration\ProcessHostMapPath.cs (3)
136
if (UInt32.
TryParse
(siteArgument, out id)) {
191
if (!UInt32.
TryParse
(siteID, out siteValue)) {
274
if (UInt32.
TryParse
(siteID, out siteIDValue)) {
Configuration\ProcessHostServerConfig.cs (1)
75
if (!UInt32.
TryParse
(siteID, out siteIDValue)) {
System.Web.Extensions (1)
UI\WebControls\Dynamic.cs (1)
1555
if (uint.
TryParse
(text, out ui)) return ui;
WsatConfig (1)
CommandLine\ArgumentsParser.cs (1)
239
if (UInt32.
TryParse
(value, out temp))
WsatUI (2)
MMCUI\TraceOptionsForm.cs (2)
63
bool ret = UInt32.
TryParse
(textLogFileSize.Text, out fileSize);
134
bool ret = UInt32.
TryParse
(textLogFileSize.Text, out fileSize);