Implemented interface member:
method
GetFormat
System.IFormatProvider.GetFormat(System.Type)
79 references to GetFormat
mscorlib (2)
system\globalization\datetimeformatinfo.cs (1)
526
return (DateTimeFormatInfo)culture.
GetFormat
(typeof(DateTimeFormatInfo));
system\globalization\numberformatinfo.cs (1)
474
return ((NumberFormatInfo)culture.
GetFormat
(typeof(NumberFormatInfo)));
System (6)
compmod\system\componentmodel\basenumberconverter.cs (2)
102
NumberFormatInfo formatInfo = (NumberFormatInfo)culture.
GetFormat
(typeof(NumberFormatInfo));
127
NumberFormatInfo formatInfo = (NumberFormatInfo)culture.
GetFormat
(typeof(NumberFormatInfo));
compmod\system\componentmodel\DateTimeConverter.cs (2)
68
formatInfo = (DateTimeFormatInfo)culture.
GetFormat
(typeof(DateTimeFormatInfo));
103
formatInfo = (DateTimeFormatInfo)culture.
GetFormat
(typeof(DateTimeFormatInfo));
compmod\system\componentmodel\DateTimeOffsetConverter.cs (2)
72
formatInfo = (DateTimeFormatInfo)culture.
GetFormat
(typeof(DateTimeFormatInfo));
109
formatInfo = (DateTimeFormatInfo)culture.
GetFormat
(typeof(DateTimeFormatInfo));
System.Data (1)
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (1)
356
DateTimeFormatInfo dtfi = (DateTimeFormatInfo)(Thread.CurrentThread.CurrentCulture.
GetFormat
(typeof(DateTimeFormatInfo)));
System.Management (70)
Instrumentation\EventSource.cs (2)
551
int id = ((IConvertible)instanceId).ToInt32((IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int32)));
557
theObject = InstrumentedAssembly.mapIDToPublishedObject[id.ToString((IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int32)))];
Instrumentation\Instrumentation.cs (2)
392
mapIDToPublishedObject.Add(upcountId.ToString((IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int32))), o);
413
mapIDToPublishedObject.Remove(id.ToString((IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int32))));
Instrumentation\WMICapabilities.cs (2)
97
wmiCIMOMKey.SetValue(AutoRecoverMofsTimestampVal, DateTime.Now.ToFileTime().ToString((IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int64))));
115
wmiCIMOMKey.SetValue(AutoRecoverMofsTimestampVal, DateTime.Now.ToFileTime().ToString((IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int64))));
ManagementDatetime.cs (9)
140
IFormatProvider frmInt32 = (IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int32));
179
ticks = (System.Int64.Parse(tempString,(IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int64)))) * (System.TimeSpan.TicksPerMillisecond/1000);
263
IFormatProvider frmInt32 = (IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int32));
298
String strMicrosec = microsec.ToString((IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int64)));
338
IFormatProvider frmInt32 = (IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int32));
378
ticks = (System.Int64.Parse(tempString,(IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int64)))) * (System.TimeSpan.TicksPerMillisecond/1000);
431
string dmtftimespan = timespan.Days.ToString((IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int32))).PadLeft(8,'0');
432
IFormatProvider frmInt32 = (IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int32));
453
String strMicrosec = microsec.ToString((IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int64)));
managementquery.cs (2)
2971
s = s + " within " + withinInterval.TotalSeconds.ToString((IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Double)));
2980
s = s + " group within " + groupWithinInterval.TotalSeconds.ToString((IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Double)));
property.cs (38)
303
((UInt64[])val) [i] = Convert.ToUInt64((String)(wmiValueArray.GetValue(i)),(IFormatProvider)CultureInfo.CurrentCulture.
GetFormat
(typeof(System.UInt64)));
317
((Int64[])val) [i] = Convert.ToInt64((String)(wmiValueArray.GetValue(i)),(IFormatProvider)CultureInfo.CurrentCulture.
GetFormat
(typeof(System.Int64)));
356
val = Convert.ToUInt64((String)wmiValue,(IFormatProvider)CultureInfo.CurrentCulture.
GetFormat
(typeof(System.UInt64)));
360
val = Convert.ToInt64((String)wmiValue,(IFormatProvider)CultureInfo.CurrentCulture.
GetFormat
(typeof(System.Int64)));
403
((Int16[])(wmiValue))[i] = (Int16)Convert.ToSByte(valArray.GetValue(i),(IFormatProvider)culInfo.
GetFormat
(typeof(System.SByte)));
413
((Byte[])wmiValue)[i] = Convert.ToByte(valArray.GetValue(i),(IFormatProvider)culInfo.
GetFormat
(typeof(System.Byte)));
424
((Int16[])(wmiValue))[i] = Convert.ToInt16(valArray.GetValue(i),(IFormatProvider)culInfo.
GetFormat
(typeof(System.Int16)));
431
((Int32[])(wmiValue))[i] = (Int32)(Convert.ToUInt16(valArray.GetValue(i),(IFormatProvider)culInfo.
GetFormat
(typeof(System.UInt16))));
441
((Int32[])(wmiValue))[i] = Convert.ToInt32(valArray.GetValue(i),(IFormatProvider)culInfo.
GetFormat
(typeof(System.Int32)));
448
((Int32[])(wmiValue))[i] = (Int32)(Convert.ToUInt32(valArray.GetValue(i),(IFormatProvider)culInfo.
GetFormat
(typeof(System.UInt32))));
454
((String[])(wmiValue))[i] = (Convert.ToInt64(valArray.GetValue(i),(IFormatProvider)culInfo.
GetFormat
(typeof(System.Int64)))).ToString((IFormatProvider)culInfo.
GetFormat
(typeof(System.Int64)));
460
((String[])(wmiValue))[i] = (Convert.ToUInt64(valArray.GetValue(i),(IFormatProvider)culInfo.
GetFormat
(typeof(System.UInt64)))).ToString((IFormatProvider)culInfo.
GetFormat
(typeof(System.UInt64)));
470
((Single[])(wmiValue))[i] = Convert.ToSingle(valArray.GetValue(i),(IFormatProvider)culInfo.
GetFormat
(typeof(System.Single)));
481
((Double[])(wmiValue))[i] = Convert.ToDouble(valArray.GetValue(i),(IFormatProvider)culInfo.
GetFormat
(typeof(System.Double)));
488
((Int16[])(wmiValue))[i] = (Int16)Convert.ToChar(valArray.GetValue(i),(IFormatProvider)culInfo.
GetFormat
(typeof(System.Char)));
511
((Boolean[])(wmiValue))[i] = Convert.ToBoolean(valArray.GetValue(i),(IFormatProvider)culInfo.
GetFormat
(typeof(System.Boolean)));
539
wmiValue = (Int16)Convert.ToSByte(val,(IFormatProvider)culInfo.
GetFormat
(typeof(System.Int16)));
543
wmiValue = Convert.ToByte(val,(IFormatProvider)culInfo.
GetFormat
(typeof(System.Byte)));
547
wmiValue = Convert.ToInt16(val,(IFormatProvider)culInfo.
GetFormat
(typeof(System.Int16)));
551
wmiValue = (Int32)(Convert.ToUInt16(val,(IFormatProvider)culInfo.
GetFormat
(typeof(System.UInt16))));
555
wmiValue = Convert.ToInt32(val,(IFormatProvider)culInfo.
GetFormat
(typeof(System.Int32)));
559
wmiValue = (Int32)Convert.ToUInt32(val,(IFormatProvider)culInfo.
GetFormat
(typeof(System.UInt32)));
563
wmiValue = (Convert.ToInt64(val,(IFormatProvider)culInfo.
GetFormat
(typeof(System.Int64)))).ToString((IFormatProvider)culInfo.
GetFormat
(typeof(System.Int64)));
567
wmiValue = (Convert.ToUInt64(val,(IFormatProvider)culInfo.
GetFormat
(typeof(System.UInt64)))).ToString((IFormatProvider)culInfo.
GetFormat
(typeof(System.UInt64)));
571
wmiValue = Convert.ToSingle(val,(IFormatProvider)culInfo.
GetFormat
(typeof(System.Single)));
575
wmiValue = Convert.ToDouble(val,(IFormatProvider)culInfo.
GetFormat
(typeof(System.Double)));
579
wmiValue = (Int16)Convert.ToChar(val,(IFormatProvider)culInfo.
GetFormat
(typeof(System.Char)));
589
wmiValue = Convert.ToBoolean(val,(IFormatProvider)culInfo.
GetFormat
(typeof(System.Boolean)));
691
((string[])wmiValue) [i] = ((System.UInt32)(arrayValue[i])).ToString((IFormatProvider)culInfo.
GetFormat
(typeof(System.UInt32)));
701
((string[])wmiValue) [i] = ((System.UInt64)(arrayValue[i])).ToString((IFormatProvider)culInfo.
GetFormat
(typeof(System.UInt64)));
711
((string[])wmiValue) [i] = ((long)(arrayValue[i])).ToString((IFormatProvider)culInfo.
GetFormat
(typeof(System.Int64)));
776
wmiValue = Convert.ToString(val,(IFormatProvider)culInfo.
GetFormat
(typeof(System.UInt32)));
778
wmiValue = Convert.ToInt32(val,(IFormatProvider)culInfo.
GetFormat
(typeof(System.Int32)));
783
wmiValue = ((System.UInt64)val).ToString((IFormatProvider)culInfo.
GetFormat
(typeof(System.UInt64)));
qualifier.cs (3)
122
((Int32[])(wmiValue))[i] = Convert.ToInt32(valArray.GetValue(i),(IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int32)));
128
((Double[])(wmiValue))[i] = Convert.ToDouble(valArray.GetValue(i),(IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Double)));
140
((Boolean[])(wmiValue))[i] = Convert.ToBoolean(valArray.GetValue(i),(IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Boolean)));
WmiGenerator.cs (12)
828
strTemp = strTemp + strToAdd +k.ToString((IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int32)));
857
strTemp = inString + strToAdd +k.ToString((IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int32)));
1889
Int64 test = System.Convert.ToInt64(ValueMap[i],(IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.UInt64)));
1896
(IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(
1993
Int64 test = System.Convert.ToInt64(BitMap[i],(IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.UInt64)));
2009
if( (System.Convert.ToInt64(BitMap[i],(IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.UInt64))) == 0) ) // Bug No: 121987
4889
IFormatProvider formatProv = (IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int32));
5130
ret = System.Convert.ToInt32(strTemp,(IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int32)));
5134
ret = System.Convert.ToInt32(bitMap,(IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int32)));
5279
ret = System.Convert.ToBoolean(classobj.Qualifiers["dynamic"].Value,(IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Boolean)));
5305
arrayToAdd.Add(System.Convert.ToInt32(numericValue,(IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int32))));
5311
arrayToAdd.Add(System.Convert.ToInt32(numericValue,(IFormatProvider)CultureInfo.InvariantCulture.
GetFormat
(typeof(System.Int32))));