[#BloombergLP-bdlar-SymbolicConverter-convert-0e] = 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` object to the specified (modifiable) `lhs` object. Return 0 on success and a non‐zero value otherwise. The supported conversions are described in the `bdlat_symbolicconverter` component‐level documentation. == Synopsis Declared in `<bdlar_symbolicconverter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class LHS_TYPE, class RHS_TYPE> static int convert( LHS_TYPE* lhs, RHS_TYPE const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#