Click or drag to resize

ByteExtensions Class

Adds functionality that is often used for unit testing to the byte (Int8) data type
Inheritance Hierarchy
SystemObject
  TestHelperExtensionsByteExtensions

Namespace:  TestHelperExtensions
Assembly:  CBI.TestHelperExtensions (in CBI.TestHelperExtensions.dll) Version: 2.1.0.1
Syntax
public static class ByteExtensions
Methods
  NameDescription
Public methodStatic memberGetRandom(Byte)
Returns a random number greater than or equal to 0 and less than the specified maxValue
Public methodStatic memberGetRandom(Byte, Byte)
Returns a random number greater than or equal to the specified minValue and less than the specified maxValue
Top
Remarks
This library is not intended for use as production code, but instead is intended to provide functionality in the test libraries for that production code.
See Also