SpreadsheetGear 2017
IsSufficientFramework Method (Factory)






SpreadsheetGear Namespace > Factory Class : IsSufficientFramework Method
Returns true of the Microsoft .NET Framework version is sufficient (currently .NET 2.0.50727.1433 which was the first RTM build of .NET 2.0), or false if the .NET Framework is not sufficient.
Syntax
'Declaration
 
Public Shared Function IsSufficientFramework() As System.Boolean
'Usage
 
Dim value As System.Boolean
 
value = Factory.IsSufficientFramework()
public static System.bool IsSufficientFramework()
public function IsSufficientFramework(): System.Boolean; static; 
public static function IsSufficientFramework() : System.boolean;
public: static System.bool IsSufficientFramework(); 
public:
static System.bool IsSufficientFramework(); 

Return Value

true of the Microsoft .NET Framework version is sufficient (currently .NET 2.0.50727.1433 which was the first RTM build of .NET 2.0), or false if the .NET Framework is not sufficient.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Factory Class
Factory Members
CheckFramework Method