[ROOT] / doc / toc / ARCCore / Class / Extensions / ToStringShort


Returns a shorter representation than ToStringDB.

TODO: INSERT EXAMPLE OF WHAT IS MEANT BY 'SHORTER'.

Note how the representation is easier to read for generic types, returning for instance List<string> instead of List`1[string].

Note how caches result since operation is somewhat complicated due do generic types.
Note how returns a string.Intern in order to make for quicker dictionary lookup as returned string will often be used for lookup in other caches.


See also ToStringDB ('complete' representation) and ToStringVeryShort (shortest form)


Details

Generated 2024-03-28 19:34:47.516 UTC