Skip to main content

IModel.As method

Namespace: NextDesign.Core

Description

Checks if this instance is compatible with the specified class type.
Returns True if this instance is an instance of the specified class or its subclasses.

argument

NameTypeDescription
classNamestringClass Name
Specify the name or fully qualified name of the class.
If null or an empty string is specified, this method evaluates to False.
If no class with the specified name is found, this method evaluates to False.
Whether to treat thefuzzybool

Return value

  • bool