Click or drag to resize

TypeExtIsIntegerType Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Helpers.TypeExt.IsIntegerType(System.Type)"]

Namespace:  Stimulsoft.Base.Helpers
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static bool IsIntegerType(
	this Type type
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Stimulsoft.Base.Helpers.TypeExt.IsIntegerType(System.Type)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Base.Helpers.TypeExt.IsIntegerType(System.Type)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Type. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also