4 references to TryParse
mscorlib (1)
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventSource.cs (1)
746
if (!byte.
TryParse
(etwTrait, out traitNum))
System.Data.Entity (1)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
2458
if (value.IsNumber && Byte.
TryParse
(value.OriginalValue, out byteValue))
System.Data.Services (1)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
570
if (byte.
TryParse
(text, out b))
System.Web.Extensions (1)
UI\WebControls\Dynamic.cs (1)
1539
if (byte.
TryParse
(text, out b)) return b;