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-2016 • Updated: 12/12/15
Comment or report problem with topic