[#BloombergLP-bdlat_CustomizedTypeFunctions-convertFromBaseType] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_CustomizedTypeFunctions.adoc[bdlat_CustomizedTypeFunctions]::convertFromBaseType :relfileprefix: ../../ :mrdocs: Convert from the specified `value` to the specified customized `object`. == Synopsis Declared in `<bdlat_customizedtypefunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class BASE_TYPE> int convertFromBaseType( TYPE* object, BASE_TYPE const& value); ---- == Return Value 0 if successful, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *object* | customized type to receive the converted value | *value* | base‐type value to convert from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#