PexSymbolicValue.ToRawString<T>(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Turns a value into a string that represents the symbolic value.
public:
generic <typename T>
static System::String ^ ToRawString(T value);
public static string ToRawString<T> (T value);
static member ToRawString : 'T -> string
Public Shared Function ToRawString(Of T) (value As T) As String
Type Parameters
- T
Parameters
- value
- T