14 references to ToString
mscorlib (2)
system\enum.cs (1)
810
return
ToString
(format);
system\security\permissiontoken.cs (1)
299
elRoot.AddAttribute("Type", m_type.
ToString
("F"));
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
2452
sqlErs.Add(new SqlError(0, (byte)0x00, (byte)TdsEnums.MIN_ERROR_CLASS, ConnectionOptions.DataSource, Res.GetString(Res.SQL_ADALFailure, username, ConnectionOptions.Authentication.
ToString
("G")), ActiveDirectoryAuthentication.AdalGetAccessTokenFunctionName, 0));
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
7631
_physicalStateObj.AddError(new SqlError(0, (byte)0x00, (byte)TdsEnums.MIN_ERROR_CLASS, _server, Res.GetString(Res.SQL_ADALInitializeError, authentication.
ToString
("G"), result.ToString("X")), TdsEnums.INIT_ADAL_PACKAGE, 0));
System.Drawing (1)
commonui\System\Drawing\FontConverter.cs (1)
242
args[nArg++] = styleHdr + font.Style.
ToString
("G");
System.ServiceModel (2)
System\ServiceModel\ComIntegration\ChannelCredentials.cs (2)
148
((IChannelCredentials)this).SetClientCertificateFromStore(storeLocation, storeName, X509CertificateInitiatorClientCredential.DefaultFindType.
ToString
("G"), subjectName);
198
((IChannelCredentials)this).SetDefaultServiceCertificateFromStore(storeLocation, storeName, X509CertificateInitiatorClientCredential.DefaultFindType.
ToString
("G"), subjectName);
System.Web (2)
Configuration\MachineKeySection.cs (1)
568
Debug.Assert(iv != null, "Invalid value for IVType: " + ivType.
ToString
("G"));
UI\WebControls\Unit.cs (1)
142
throw new FormatException(SR.GetString(SR.UnitParseNumericPart, value, numericPart, type.
ToString
("G")));
System.Web.Extensions (1)
Script\Serialization\JavaScriptSerializer.cs (1)
492
sb.Append(((Enum)o).
ToString
("D"));
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Help.cs (2)
191
Debug.WriteLineIf(Help.WindowsFormsHelpTrace.TraceVerbose, "Help:: ShowHTML10Help:: " + url + ", " + command.
ToString
("G") + ", " + param);
279
Debug.WriteLineIf(Help.WindowsFormsHelpTrace.TraceVerbose, "Help:: ShowHTMLHelp:: " + url + ", " + command.
ToString
("G") + ", " + param);
winforms\Managed\System\WinForms\PictureBox.cs (1)
1389
return s + ", SizeMode: " + sizeMode.
ToString
("G");
winforms\Managed\System\WinForms\ToolBarButton.cs (1)
726
return "ToolBarButton: " + Text + ", Style: " + Style.
ToString
("G");