DataFactoryBaseGetFileResource Method
Returns the Json from a disk file.
Namespace: Common.Core.ClassesAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
protected static string? GetFileResource(
string path,
string file
)
- path String
- Location of the file.
- file String
- Name of the file.
String is returned if the resource could not be loaded.