Implemented interface member:
method
ToString
System.IFormattable.ToString(System.String, System.IFormatProvider)
15 references to ToString
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
3416Output.Write(b.ToString("X2", CultureInfo.InvariantCulture));
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (1)
753return value.ToString(null, NumberFormatInfo.InvariantInfo);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlExceptionHelper.cs (1)
169ThrowXmlException(reader, SRSerialization.XmlInvalidXmlByte, b.ToString("X2", CultureInfo.InvariantCulture));
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
ChecksumValidator.cs (1)
128var text = bytes[i].ToString("x2", CultureInfo.InvariantCulture);
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\ResolveAssemblyReference.cs (1)
1342buffer.Append(a[i].ToString("x2", CultureInfo.InvariantCulture));
BootstrapperUtil\BootstrapperBuilder.cs (1)
1611output.Append(byteValue.ToString("X02", CultureInfo.InvariantCulture));
GetAssemblyIdentity.cs (1)
57s.Append(b.ToString("X02", CultureInfo.InvariantCulture));
ManifestUtil\Util.cs (1)
76s.Append(b.ToString("X02", CultureInfo.InvariantCulture));
Microsoft.DotNet.SharedFramework.Sdk (1)
src\CreateFrameworkListFile.cs (1)
190publicKeyTokenBuilder.Append(publicKeyToken[i].ToString("x2", CultureInfo.InvariantCulture));
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\Conversions.vb (1)
2157Return Value.ToString(Nothing, Nothing)
Microsoft\VisualBasic\CompilerServices\StringType.vb (1)
32Return Value.ToString(Nothing, Nothing)
PresentationFramework (1)
System\Windows\Documents\XamlToRtfWriter.cs (1)
4026sb.Append(rgAnsi[k].ToString("x", CultureInfo.InvariantCulture));
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ByteConverter.cs (1)
37return ((byte)value).ToString("G", formatInfo);
System.Private.DataContractSerialization (1)
System\Xml\XmlExceptionHelper.cs (1)
194ThrowXmlException(reader, SR.XmlInvalidXmlByte, b.ToString("X2", CultureInfo.InvariantCulture));
System.Private.Xml (1)
System\Xml\XmlConvert.cs (1)
642return value.ToString(null, CultureInfo.InvariantCulture);