312 references to Parse
mscorlib (14)
PresentationFramework (12)
System (10)
System.Activities (5)
System.Activities.Core.Presentation (1)
System.Activities.DurableInstancing (1)
System.Activities.Presentation (3)
System.Core (2)
System.Data (11)
System.Data.Entity (1)
System.Data.Linq (2)
System.Data.Services (2)
System.Data.Services.Client (2)
System.Data.SqlXml (5)
System.IdentityModel (3)
System.Management (11)
ManagementDatetime.cs (11)
149 year = System.Int32.Parse(tempString,frmInt32);
154 month = System.Int32.Parse(tempString,frmInt32);
159 day = System.Int32.Parse(tempString,frmInt32);
164 hour = System.Int32.Parse(tempString,frmInt32);
169 minute = System.Int32.Parse(tempString,frmInt32);
174 second = System.Int32.Parse(tempString,frmInt32);
212 UTCOffset = System.Int32.Parse(tempString1,frmInt32);
366 days = System.Int32.Parse(tempString,frmInt32);
369 hours = System.Int32.Parse(tempString,frmInt32);
372 minutes = System.Int32.Parse(tempString,frmInt32);
375 seconds = System.Int32.Parse(tempString,frmInt32);
System.Net (1)
System.Runtime.Remoting (1)
System.Runtime.Serialization (2)
System.ServiceModel (6)
System.ServiceModel.Activation (1)
System.ServiceModel.Activities (1)
System.Web (81)
UI\WebControls\basecomparevalidator.cs (11)
207value = Int32.Parse(text, CultureInfo.InvariantCulture);
342day = Int32.Parse(m.Groups[6].Value, CultureInfo.InvariantCulture);
343month = Int32.Parse(m.Groups[5].Value, CultureInfo.InvariantCulture);
345year = Int32.Parse(m.Groups[2].Value, CultureInfo.InvariantCulture);
348year = GetFullYear(Int32.Parse(m.Groups[3].Value, CultureInfo.InvariantCulture));
363day = Int32.Parse(m.Groups[3].Value, CultureInfo.InvariantCulture);
364month = Int32.Parse(m.Groups[1].Value, CultureInfo.InvariantCulture);
367day = Int32.Parse(m.Groups[1].Value, CultureInfo.InvariantCulture);
368month = Int32.Parse(m.Groups[3].Value, CultureInfo.InvariantCulture);
371year = Int32.Parse(m.Groups[5].Value, CultureInfo.InvariantCulture);
373year = GetFullYear(Int32.Parse(m.Groups[6].Value, CultureInfo.InvariantCulture));
System.Web.DataVisualization (46)
System.Web.DynamicData (1)
System.Web.Extensions (1)
System.Web.Mobile (21)
System.Web.Services (2)
System.Windows.Forms (9)
System.Windows.Forms.DataVisualization (43)
System.Workflow.Activities (2)
System.Workflow.Runtime (1)
System.Xml (7)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (4)
3557ilg.LoadArrayElement(idsLoc, Int32.Parse(source.Substring(14, source.Length - 16), CultureInfo.InvariantCulture));
3571ilg.LoadArrayElement(idsLoc, Int32.Parse(id.Substring(4, id.Length - 5), CultureInfo.InvariantCulture));
3657ilg.LoadArrayElement(ilg.GetLocal("paramsRead"), Int32.Parse(match.Groups["index"].Value, CultureInfo.InvariantCulture));
3666ilg.StoreArrayElement(ilg.GetLocal("paramsRead"), Int32.Parse(match.Groups["index"].Value, CultureInfo.InvariantCulture), value);
UIAutomationClientsideProviders (1)