public:
bool ToBoolean(
array<unsigned char>^ value,
int startIndex
)function ToBoolean(value, startIndex);| ArgumentNullException | value is null. |
| ArgumentOutOfRangeException | startIndex is less than zero or greater than the length of value minus 1. |