Implemented interface member:
method
ToString
System.IFormattable.ToString(System.String, System.IFormatProvider)
11 references to ToString
mscorlib (7)
system\diagnostics\eventing\eventsource.cs (5)
6089ManifestError(Environment.GetResourceString("EventSource_KeywordNeedPowerOfTwo", "0x" + value.ToString("x", CultureInfo.CurrentCulture), name), true); 6093ManifestError(Environment.GetResourceString("EventSource_IllegalKeywordsValue", name, "0x" + value.ToString("x", CultureInfo.CurrentCulture))); 6096ManifestError(Environment.GetResourceString("EventSource_KeywordCollision", name, prevName, "0x" + value.ToString("x", CultureInfo.CurrentCulture))); 6470sb.Append(" mask=\"0x").Append(keyword.ToString("x", CultureInfo.InvariantCulture)).Append("\"/>").AppendLine(); 6714ManifestError(Environment.GetResourceString("EventSource_UndefinedKeyword", "0x" + bit.ToString("x", CultureInfo.CurrentCulture), eventName), true);
system\enum.cs (2)
117return result.ToString("X16", null); 124return result.ToString("X16", null);
System (1)
compmod\system\componentmodel\UInt64Converter.cs (1)
64return ((UInt64)value).ToString("G", formatInfo);
System.Runtime.Serialization (1)
System\Xml\XmlConverter.cs (1)
1026return ToAsciiChars(value.ToString(null, NumberFormatInfo.InvariantInfo), buffer, offset);
System.Security (1)
system\security\cryptography\pkcs\pkcsutils.cs (1)
475objId.Append(s.ToString(null, null));
System.Xml (1)
System\Xml\XmlConvert.cs (1)
713return value.ToString(null, NumberFormatInfo.InvariantInfo);