4 references to TryParse
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeIdentifier.cs (1)
105
if (Decimal.
TryParse
(c.ToString(), out d))
System.CommandLine (1)
Binding\ArgumentConverter.StringConverters.cs (1)
70
if (decimal.
TryParse
(input, out var parsed))
System.Speech (2)
Internal\Synthesis\SSmlParser.cs (2)
1688
if (!decimal.
TryParse
(sNumber, out value))
1692
if (decimal.
TryParse
(sNumber.Substring(0, sNumber.Length - 1), out value))