[#BloombergLP-bdlar-CustomizedTypeRef-convertFromBaseType] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::xref:BloombergLP/bdlar/CustomizedTypeRef.adoc[CustomizedTypeRef]::convertFromBaseType :relfileprefix: ../../../ :mrdocs: Assign a value converted from the specified base `value`. Return 0 if successful and non‐zero otherwise. == Synopsis Declared in `<bdlar_customizedtyperef.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_BASE_TYPE> int convertFromBaseType(t_BASE_TYPE const& value) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#