|
XDisplayPropertiesSerialize Method
|
Serializes properties to a joined string. All serializable properties in the nest of classes
are converted into tokens of the form DotPath=Value and joined together into a single string.
Namespace: RCS.Carbon.SharedAssembly: RCS.Carbon.Shared (in RCS.Carbon.Shared.dll) Version: 9.0.12
Syntax public string Serialize(
string filterDotpaths = null,
string joiner = ""
)
Parameters
- filterDotpaths String (Optional)
- An optional newline, comma or semicolon joined list of dotpaths to filter
the returned properties. Pass null or the string literal "all" (case insensitive) to
return all properties.
- joiner String (Optional)
-
Specifies the string which joins the tokens in a custom serialized string.
The default value is a single newline character '\n' 0x0a.
Return Value
StringA joined string containing a serialized representation of all property values.
See Also