[#BloombergLP-bdlar-SymbolicConverter-convert-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::xref:BloombergLP/bdlar/SymbolicConverter.adoc[SymbolicConverter]::convert :relfileprefix: ../../../ :mrdocs: Convert the value of the specified `rhs` type‐erased object to the specified (modifiable) `lhs` type‐erased object. == Synopsis Declared in `<bdlar_symbolicconverter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int convert( xref:BloombergLP/bdlar/AnyRef.adoc[AnyRef] lhs, xref:BloombergLP/bdlar/AnyConstRef.adoc[AnyConstRef] rhs); ---- == Description Return 0 on success and a non‐zero value otherwise. == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | destination type‐erased object to receive the converted value | *rhs* | source type‐erased object to convert from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#