2 references to TryParse
System (1)
security\system\security\Authentication\ExtendedProtection\ServiceNameCollection.cs (1)
148if (!UInt16.TryParse(port, NumberStyles.Integer, CultureInfo.InvariantCulture, out portValue))
System.Xml (1)
System\Xml\XmlConvert.cs (1)
987if (!UInt16.TryParse(s, NumberStyles.AllowLeadingWhite|NumberStyles.AllowTrailingWhite, NumberFormatInfo.InvariantInfo, out result)) {