Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PexSymbolicValue::ToString<T> Method (T)

 

Turns a value into a string that represents the symbolic value.

Namespace:   Microsoft.Pex.Framework
Assembly:  Microsoft.Pex.Framework (in Microsoft.Pex.Framework.dll)

public:
generic<typename T>
static String^ ToString(
	T value
)

Parameters

value
Type: T

Return Value

Type: System::String^

Returns String.

Type Parameters

T
Return to top
Show: