hongji.li
2023-09-22 1d7aa57901d095b4993ba4e1edb3e400527e977a
1
2
3
4
5
6
7
Quintiq file version 2.0
#parent: #root
Method GetMessageObjectInString () as String
{
  Description: 'Return the entire object information in NVT format as string.'
  TextBody: 'return NamedValueTreeIO::Export( this ).ToString();'
}