Implemented interface member:
method
ToString
System.IFormattable.ToString(System.String, System.IFormatProvider)
21 references to ToString
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
3416Output.Write(b.ToString("X2", CultureInfo.InvariantCulture));
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (1)
2822Output.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.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)
NuGet.Packaging (3)
Signing\DerEncoding\DerSequenceReader.cs (2)
561"Expected tag '0x" + expectedByte.ToString("X2", CultureInfo.CurrentCulture) + 562"', got '0x" + actual.ToString("X2", CultureInfo.CurrentCulture) +
Signing\Timestamp\Rfc3161TimestampUtils.cs (1)
103builder.Append(b.ToString("X2", CultureInfo.InvariantCulture));
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.DirectoryServices (1)
Interop\AdsValueHelper2.cs (1)
143string s = bytes[i].ToString("X", CultureInfo.InvariantCulture);
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (2)
400stringguid.Append(b.ToString("x2", CultureInfo.InvariantCulture)); 532stringizedBinarySid.Append(b.ToString("x2", CultureInfo.InvariantCulture));
System\DirectoryServices\AccountManagement\AD\ADUtils.cs (1)
288sb.Append(b.ToString("x2", CultureInfo.InvariantCulture));
System\DirectoryServices\AccountManagement\Utils.cs (2)
55stringizedArray.Append(b.ToString("x2", CultureInfo.InvariantCulture)); 75stringizedBinarySid.Append(b.ToString("x2", CultureInfo.InvariantCulture));
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);
System.ServiceModel.Primitives (1)
Internals\System\Runtime\Remoting\SoapHexBinary.cs (1)
30string s = Value[i].ToString("X", CultureInfo.InvariantCulture);