4 references to TryParse
System (1)
net\System\Net\HttpListenerRequestUriBuilder.cs (1)
330
if (!byte.
TryParse
(escapedCharacter, NumberStyles.HexNumber, null, out encodedValue))
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\ScalarType.cs (1)
131
if (!Byte.
TryParse
(text, System.Globalization.NumberStyles.Integer, System.Globalization.CultureInfo.InvariantCulture, out temp))
System\Data\EntityModel\SchemaObjectModel\Utils.cs (1)
296
if (byte.
TryParse
(text, NumberStyles.Integer, System.Globalization.CultureInfo.InvariantCulture, out value))
System.Xml (1)
System\Xml\XmlConvert.cs (1)
969
if (!Byte.
TryParse
(s, NumberStyles.AllowLeadingWhite|NumberStyles.AllowTrailingWhite, NumberFormatInfo.InvariantInfo, out result)) {