Exemple #1
0
 private string FormatXmlValue(object value)
 {
     return(IsNull(value) ? null : _dataExportConverter.ToXml(value));
 }