SimpleConverter and cs9somefix were merged to FrameworkFix

This commit is contained in:
2021-10-12 19:15:00 +03:00
parent 350ad15c40
commit 398866cb7b
6 changed files with 42 additions and 19 deletions

View File

@@ -42,7 +42,7 @@ namespace DTLib.Filesystem
return output;
}
public static string ReadAllText(string file) => SimpleConverter.ToString(ReadAllBytes(file));
public static string ReadAllText(string file) => FrameworkFix.ToString(ReadAllBytes(file));
public static void WriteAllBytes(string file, byte[] content)
{