SerializationUtils.ObjectToString

Returns a string of all the field value pairs of a given object. Works only on non-statics.

public static string ObjectToString(object instanc,
	string separator,
	ObjectToStringTypes type)

Parameters

instanc

separator

type


See also:

Class SerializationUtils

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic