| 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
)
Public Function ToString (
resolve As Boolean
) As String
Parameters
- resolve
- Type: SystemBoolean
A flag, controlling the resolution of property values.
Return Value
Type:
StringA string containing all properties and thier values.
See Also