14 references to ToString
mscorlib (2)
system\enum.cs (1)
810return ToString(format);
system\security\permissiontoken.cs (1)
299elRoot.AddAttribute("Type", m_type.ToString("F"));
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
2452sqlErs.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)
242args[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)
568Debug.Assert(iv != null, "Invalid value for IVType: " + ivType.ToString("G"));
UI\WebControls\Unit.cs (1)
142throw new FormatException(SR.GetString(SR.UnitParseNumericPart, value, numericPart, type.ToString("G")));
System.Web.Extensions (1)
Script\Serialization\JavaScriptSerializer.cs (1)
492sb.Append(((Enum)o).ToString("D"));
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Help.cs (2)
191Debug.WriteLineIf(Help.WindowsFormsHelpTrace.TraceVerbose, "Help:: ShowHTML10Help:: " + url + ", " + command.ToString("G") + ", " + param); 279Debug.WriteLineIf(Help.WindowsFormsHelpTrace.TraceVerbose, "Help:: ShowHTMLHelp:: " + url + ", " + command.ToString("G") + ", " + param);
winforms\Managed\System\WinForms\PictureBox.cs (1)
1389return s + ", SizeMode: " + sizeMode.ToString("G");
winforms\Managed\System\WinForms\ToolBarButton.cs (1)
726return "ToolBarButton: " + Text + ", Style: " + Style.ToString("G");