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