CastHelper.ConvertValue(Types, Types, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::Object ^ ConvertValue(Microsoft::Dynamics::Ax::Xpp::Types destinationType, Microsoft::Dynamics::Ax::Xpp::Types sourceType, System::Object ^ sourceValue);
public static object ConvertValue (Microsoft.Dynamics.Ax.Xpp.Types destinationType, Microsoft.Dynamics.Ax.Xpp.Types sourceType, object sourceValue);
static member ConvertValue : Microsoft.Dynamics.Ax.Xpp.Types * Microsoft.Dynamics.Ax.Xpp.Types * obj -> obj
Public Shared Function ConvertValue (destinationType As Types, sourceType As Types, sourceValue As Object) As Object
Parameters
- destinationType
- Types
- sourceType
- Types
- sourceValue
- Object