Click or drag to resize

SmartTestToString Method

Convert a value as a string

Namespace:  SmartTests
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public static string ToString(
	Object value
)

Parameters

value
Type: SystemObject
The value to convert to a string.

Return Value

Type: String
The converted value as a string.
See Also