BlankType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a Blank (similar to Null) value. BlankType is compatible with other types.
public class BlankType : Microsoft.PowerFx.Types.FormulaType
type BlankType = class
inherit FormulaType
Public Class BlankType
Inherits FormulaType
- Inheritance
Methods
| Equals(Object) | (Inherited from FormulaType) |
| GetHashCode() | (Inherited from FormulaType) |
| ToString() | |
| Visit(ITypeVisitor) | |
Extension Methods
| CanPotentiallyCoerceTo(FormulaType, FormulaType) |
Can convert value to source format to target or not. |