Click or drag to resize

MapUtilTryConvert Method

Attempt casting value to destType placing the result in result

Namespace:  SanteDB.Core.Model.Map
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax
public static bool TryConvert(
	Object value,
	Type destType,
	out Object result
)

Parameters

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:SanteDB.Core.Model.Map.MapUtil.TryConvert(System.Object,System.Type,System.Object@)"]

destType
Type: SystemType

[Missing <param name="destType"/> documentation for "M:SanteDB.Core.Model.Map.MapUtil.TryConvert(System.Object,System.Type,System.Object@)"]

result
Type: SystemObject

[Missing <param name="result"/> documentation for "M:SanteDB.Core.Model.Map.MapUtil.TryConvert(System.Object,System.Type,System.Object@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SanteDB.Core.Model.Map.MapUtil.TryConvert(System.Object,System.Type,System.Object@)"]

See Also