| Int64TypeToString Method (Int64) |
Returns the numeric value as a string.
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax protected override string ToString(
long value
)
Protected Overrides Function ToString (
value As Long
) As String
protected:
virtual String^ ToString(
long long value
) override
abstract ToString :
value : int64 -> string
override ToString :
value : int64 -> string
Parameters
- value
- Type: SystemInt64
The value to convert to a string.
Return Value
Type:
StringThe converted value as a string, using MinValue and MaxValue as needed.
See Also