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