Implemented interface member:
method
ToString
System.IConvertible.ToString(System.IFormatProvider)
24 references to ToString
mscorlib (4)
system\convert.cs (2)
1866
return value.
ToString
(CultureInfo.CurrentCulture);
1872
return value.
ToString
(provider);
system\text\stringbuilder.cs (2)
981
return Append(value.
ToString
(CultureInfo.CurrentCulture));
1223
return Insert(index, value.
ToString
(CultureInfo.CurrentCulture), 1);
PresentationCore (2)
Core\CSharp\MS\Internal\IListConverters.cs (1)
176
builder.Append(list[i].
ToString
(culture));
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (1)
184
_glyphStringBuider.Append(fontIndex.
ToString
(CultureInfo.InvariantCulture));
System (7)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
1200
Output.Write(((UInt16)e.Value).
ToString
(CultureInfo.InvariantCulture));
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
1070
Output.Write(((UInt16)e.Value).
ToString
(CultureInfo.InvariantCulture));
net\System\URI.cs (4)
2913
stemp = m_Info.Offset.PortValue.
ToString
(CultureInfo.InvariantCulture);
2922
stemp = m_Info.Offset.PortValue.
ToString
(CultureInfo.InvariantCulture);
3091
+ ':' + m_Info.Offset.PortValue.
ToString
(CultureInfo.InvariantCulture);
3189
+ ':' + m_Info.Offset.PortValue.
ToString
(CultureInfo.InvariantCulture);
net\System\UriExt.cs (1)
897
return m_Info.Offset.PortValue.
ToString
(CultureInfo.InvariantCulture);
System.Runtime.Remoting (4)
channels\ipc\ipcclientmanager.cs (1)
60
operation.
ToString
(CultureInfo.CurrentCulture)));
channels\tcp\tcpclientsocketmanager.cs (1)
92
operation.
ToString
(CultureInfo.CurrentCulture)));
channels\tcp\tcpsocketmanager.cs (1)
110
header.
ToString
(CultureInfo.CurrentCulture)));
channels\tcp\tcpstreams.cs (1)
311
operation.
ToString
(CultureInfo.CurrentCulture)));
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\EventLogger.cs (1)
175
eventValues["CategoryID.Value"] = eventLogCategory.
ToString
(CultureInfo.InvariantCulture);
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (1)
494
throw new ArgumentOutOfRangeException("FillWeight", SR.GetString(SR.InvalidHighBoundArgumentEx, "FillWeight", (value).ToString(CultureInfo.CurrentCulture), (ushort.MaxValue).
ToString
(CultureInfo.CurrentCulture)));
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
10935
throw new InvalidOperationException(SR.GetString(SR.DataGridView_WeightSumCannotExceedLongMaxValue, (ushort.MaxValue).
ToString
(CultureInfo.CurrentCulture)));
11057
throw new InvalidOperationException(SR.GetString(SR.DataGridView_WeightSumCannotExceedLongMaxValue, (ushort.MaxValue).
ToString
(CultureInfo.CurrentCulture)));
13997
throw new InvalidOperationException(SR.GetString(SR.DataGridView_WeightSumCannotExceedLongMaxValue, (ushort.MaxValue).
ToString
(CultureInfo.CurrentCulture)));
System.Workflow.Activities (2)
Rules\ArithmeticLiteral.cs (2)
1793
return (v + m_value.
ToString
(CultureInfo.CurrentCulture));
3360
return (v.
ToString
(CultureInfo.CurrentCulture) + m_value);