XamlTransformHelpers.

TryConvertValue(AstTransformationContext, IXamlAstValueNode, IXamlType, XamlAstClrProperty, IXamlAstValueNode) Method

Namespace
XamlX.Transform
Containing Type
XamlTransformHelpers

Syntax

public static bool TryConvertValue(AstTransformationContext context, IXamlAstValueNode node, IXamlType type, XamlAstClrProperty propertyContext, out IXamlAstValueNode rv)

Parameters

Name Type Description
context AstTransformationContext
node IXamlAstValueNode
type IXamlType
propertyContext XamlAstClrProperty
rv IXamlAstValueNode

Return Value

Type Description
bool