Method | Description | |
---|---|---|
PropertiesToString ( this o ) : string | ||
PropertiesToString ( this o, string propertiesToExclude ) : string |
|
public static PropertiesToString ( this o ) : string | ||
o | this | |
return | string |
public static PropertiesToString ( this o, string propertiesToExclude ) : string | ||
o | this | |
propertiesToExclude | string | An array of property names that should not be added to the result string |
return | string |