Click or drag to resize

PropertyCollectionToString Method (Boolean)

Returns a string represenation of this property collection.

Namespace:  Mastersign.Bench.PropertyCollections
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public string ToString(
	bool resolve
)

Parameters

resolve
Type: SystemBoolean
A flag, controlling the resolution of property values.

Return Value

Type: String
A string containing all properties and thier values.
See Also