mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
Convert fix.
This commit is contained in:
parent
890152d8e7
commit
a44f62a9ac
2 changed files with 12 additions and 2 deletions
|
|
@ -52,6 +52,11 @@ namespace Cosmos.Core.Plugs.System
|
|||
return raw;
|
||||
}
|
||||
|
||||
public static int ToString(ref decimal aThis)
|
||||
{
|
||||
throw new NotImplementedException("DateTime.ToString()");
|
||||
}
|
||||
|
||||
public static long GetSystemTimeAsFileTime() => get_Now().Ticks;
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
|
|
@ -15,5 +15,10 @@ namespace Cosmos.System.Plugs.System
|
|||
{
|
||||
throw new NotImplementedException("Decimal.GetHashCode()");
|
||||
}
|
||||
|
||||
public static int ToString(ref decimal aThis)
|
||||
{
|
||||
throw new NotImplementedException("Decimal.ToString()");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue