| BitConverter: ToBoolean |
Converts an array of bytes to a Boolean value.
Public Function ToBoolean( ByRef Bytes ( ) As Byte, ByVal startIndex As Long ) As Boolean
The boolean value is created from one byte. If the byte is a non-zero value, True is returned, otherwise, False is returned.
Project VBCorLib Overview Class BitConverter Overview BitConverter Properties BitConverter Methods Int64BitsToDouble ToCurrency