DataFactoryBaseGetFileResource Method

Returns the Json from a disk file.

Definition

Namespace: Common.Core.Classes
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
protected static string? GetFileResource(
	string path,
	string file
)

Parameters

path  String
Location of the file.
file  String
Name of the file.

Return Value

String
is returned if the resource could not be loaded.

See Also