Method IsValidGff
IsValidGff(CResGFF, string, string)
public static bool IsValidGff(this CResGFF resGff, string expectedFileType, string expectedVersion = "V3.2")
Parameters
Returns
IsValidGff(CResGFF, IEnumerable<string>, IEnumerable<string>)
public static bool IsValidGff(this CResGFF resGff, IEnumerable<string> expectedFileTypes, IEnumerable<string> expectedVersions)
Parameters
resGffCResGFFexpectedFileTypesIEnumerable<string>expectedVersionsIEnumerable<string>