2 references to TryFormatInt64
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Int64.cs (2)
133return Number.TryFormatInt64(m_value, format, provider, destination, out charsWritten); 139return Number.TryFormatInt64(m_value, format, provider, utf8Destination, out bytesWritten);