Aqla Solutions

[This is preliminary documentation and is subject to change.]

Helper method that provides conversation functionality

Namespace: (Default Namespace)
Assembly: JustLogic (in JustLogic.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static Object ConvertType(
	Object obj,
	Type targetType,
	IExecutionContext context
)
JScript
public static function ConvertType(
	obj : Object, 
	targetType : Type, 
	context : IExecutionContext
) : Object

Parameters

obj
Type: System..::..Object
targetType
Type: System..::..Type
context
Type: JustLogic.Core..::..IExecutionContext

See Also