Base:
method
ToString
System.ValueType.ToString()
2 references to ToString
System.IO.Pipes (1)
System\IO\Pipes\AnonymousPipeServerStream.cs (1)
90return _clientHandle.DangerousGetHandle().ToString();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\CLong.cs (1)
77public override string ToString() => _value.ToString();