TypeCoercionProvider.CanCoerceToStringValue(FormulaValue) Method
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.
Can convert value to String format or not.
public static bool CanCoerceToStringValue(this Microsoft.PowerFx.Types.FormulaValue value);
static member CanCoerceToStringValue : Microsoft.PowerFx.Types.FormulaValue -> bool
<Extension()>
Public Function CanCoerceToStringValue (value As FormulaValue) As Boolean
Parameters
- value
- FormulaValue
Input value.
Returns
True/False based on whether function can convert from original type to String type.