|
XDisplayProperties(String, String) Constructor
|
Constructs a properties object and overrides default values by deserializing a custom
string of DotPath=Value joined tokens.
Namespace: RCS.Carbon.SharedAssembly: RCS.Carbon.Shared (in RCS.Carbon.Shared.dll) Version: 9.0.12
Syntax public XDisplayProperties(
string serializedString,
string joiner = ""
)
Parameters
- serializedString String
-
A custom serialized string of joined DotPath=Value tokens.
A null value or empty (zero length) string is ignored and no properties are set.
- 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.
See Also