2 references to TryFormatUInt64
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (2)
130return Number.TryFormatUInt64(m_value, format, provider, destination, out charsWritten); 136return Number.TryFormatUInt64(m_value, format, provider, utf8Destination, out bytesWritten);