[This is preliminary documentation and is subject to change.]

Returns path of the property built from names of properties separateed by the specified character. PropertyChain string of the root property is empty "", string of empty path is "(empty)". If a property does not carry a name, it is entered in the chain with "(null)".

Namespace: Spielwerke.Data
Assembly:  Spielwerke.Data (in Spielwerke.Data.dll)
Version: 1.0.2761.41972

Syntax

C#
public string ToString(
	char separationCharacter
)
Visual Basic (Declaration)
Public Function ToString ( _
	separationCharacter As Char _
) As String
Visual C++
public:
String^ ToString (
	wchar_t separationCharacter
)

Parameters

separationCharacter
Char
Character used to separate the properties.

Return Value

PropertyChain separated by given characters, e.g. "RootPropertyName.TopLevelPropertyName.ParentName.LeafName"

See Also

PropertyChain Structure
Spielwerke.Data Namespace