[#BloombergLP-bdlat_SymbolicConverter-convert-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_SymbolicConverter.adoc[bdlat_SymbolicConverter]::convert :relfileprefix: ../../ :mrdocs: Convert the value of the specified `rhs` object to the specified (modifiable) `lhs` object, writing diagnostics to the specified `errorStream`. Return 0 on success and a non‐zero value otherwise. == Synopsis Declared in `<bdlat_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, std::ostream& errorStream); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#