Share via


TypeCoercionProvider.TryCoerceToTable Method

Definition

public static bool TryCoerceToTable(this Microsoft.PowerFx.Types.TableValue value, Microsoft.PowerFx.Types.TableType targetType, out Microsoft.PowerFx.Types.TableValue result);
static member TryCoerceToTable : Microsoft.PowerFx.Types.TableValue * Microsoft.PowerFx.Types.TableType * TableValue -> bool
<Extension()>
Public Function TryCoerceToTable (value As TableValue, targetType As TableType, ByRef result As TableValue) As Boolean

Parameters

value
TableValue
targetType
TableType
result
TableValue

Returns

Applies to