| NumericTypeT, TTypeToString Method (T) |
Returns the numeric value as a string.
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax protected abstract string ToString(
T value
)
Protected MustOverride Function ToString (
value As T
) As String
protected:
virtual String^ ToString(
T value
) abstract
abstract ToString :
value : 'T -> string
Parameters
- value
- Type: T
The value to convert to a string.
Return Value
Type:
StringThe converted value as a string, using MinValue and MaxValue as needed.
See Also