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