Click or drag to resize

ByteTypeToString Method (Byte)

Returns the numeric value as a string.

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

Parameters

value
Type: SystemByte
The value to convert to a string.

Return Value

Type: String
The converted value as a string, using MinValue and MaxValue as needed.
See Also