Click or drag to resize

NumericTypeT, TTypeToString Method (String)

Computes the string representing this range, when its type as a string is provided

Namespace:  SmartTests.Ranges
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
protected string ToString(
	string type
)

Parameters

type
Type: SystemString
The type name represented by this instance.

Return Value

Type: String
The string representation of this instance.
See Also