7 references to ToString
System.Activities (1)
System\Activities\Debugger\Symbol\SymbolHelper.cs (1)
129return checksum == null ? string.Empty : string.Join(string.Empty, checksum.Select(x => x.ToString("X2")).ToArray());
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlSecurityUtility.cs (1)
103str.AppendFormat(b.ToString(@"X2"));
fx\src\data\System\Data\SqlClient\SqlUtil.cs (4)
1030return ADP.Argument(Res.GetString(Res.TCE_InvalidAlgorithmVersionInEncryptedCEK, actual.ToString(@"X2"), expected.ToString(@"X2")), TdsEnums.TCE_PARAM_ENCRYPTED_CEK); 1115return ADP.Argument(Res.GetString(Res.TCE_InvalidAlgorithmVersion, actual.ToString(@"X2"), expected.ToString(@"X2")), TdsEnums.TCE_PARAM_CIPHERTEXT);
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
901publicKeyString += String.Format("{0}", Marshal.ReadByte(publicKeyOrToken, pos).ToString("x2"));