| 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
)
Public Shared Function TryConvert (
value As Object,
destType As Type,
<OutAttribute> ByRef result As Object
) As Boolean
public:
static bool TryConvert(
Object^ value,
Type^ destType,
[OutAttribute] Object^% result
)
static member TryConvert :
value : Object *
destType : Type *
result : Object byref -> bool
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