7 references to ToInt64
mscorlib (1)
system\string.cs (1)
3406
return Convert.
ToInt64
(this, provider);
System (1)
net\System\Net\_FtpControlStream.cs (1)
894
return Convert.
ToInt64
(parsedList[1], NumberFormatInfo.InvariantInfo);
System.Management (2)
property.cs (2)
317
((Int64[])val) [i] = Convert.
ToInt64
((String)(wmiValueArray.GetValue(i)),(IFormatProvider)CultureInfo.CurrentCulture.GetFormat(typeof(System.Int64)));
360
val = Convert.
ToInt64
((String)wmiValue,(IFormatProvider)CultureInfo.CurrentCulture.GetFormat(typeof(System.Int64)));
System.Messaging (1)
System\Messaging\Design\SizeConverter.cs (1)
52
long size = Convert.
ToInt64
(text, culture);
System.ServiceModel (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1042
length = Convert.
ToInt64
(lengthStr, CultureInfo.InvariantCulture.NumberFormat);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
791
link.Length = !string.IsNullOrEmpty(val) ? Convert.
ToInt64
(val, CultureInfo.InvariantCulture.NumberFormat) : 0;