Evaluates the given object as a String and trims it if the trim flag is true. @param value an object to interpret as a String @param trim if true trims the result @return the String value implied by the given object as returned by the toString() method, or "null" if the object is null.
( Object value, boolean trim )
source not stored for this graph (policy: none)
no test coverage detected