Freigeben über


BlankType Class

Definition

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
BlankType

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.

Applies to