| 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
)
Public Shared Function ToString (
value As Object
) As String
public:
static String^ ToString(
Object^ value
)
static member ToString :
value : Object -> string
Parameters
- value
- Type: SystemObject
The value to convert to a string.
Return Value
Type:
StringThe converted value as a string.
See Also