| 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
)
Protected Function ToString (
type As String
) As String
protected:
String^ ToString(
String^ type
)
member ToString :
type : string -> string
Parameters
- type
- Type: SystemString
The type name represented by this instance.
Return Value
Type:
StringThe string representation of this instance.
See Also