[#BloombergLP-bdlar-CustomizedTypeRef-createBaseAndConvert] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::xref:BloombergLP/bdlar/CustomizedTypeRef.adoc[CustomizedTypeRef]::createBaseAndConvert :relfileprefix: ../../../ :mrdocs: Create a base‐type value, apply `baseManipulator`, then convert it. == Synopsis Declared in `<bdlar_customizedtyperef.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_MANIPULATOR> int createBaseAndConvert(t_MANIPULATOR& baseManipulator) const; ---- == Description Create an uninitialized value of the base type, apply the specified `baseManipulator` to it, then call the `bdlat_CustomizedTypeFunctions::convertFromBaseType` function with this object and the value. == Return Value 0 on success and non‐zero otherwise == Parameters [cols="1,4"] |=== | Name| Description | *baseManipulator* | manipulator to apply to the base value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#