Measure the qubit- collapses it absolutely to |0> xor |1>.
Instead of returning 0 or 1 like Measure() it returns the
string label of the result.

C# | Visual Basic | Visual C++ |
string MeasureWithLabel()
Function MeasureWithLabel As String
String^ MeasureWithLabel()

The string label of what the qubit collapsed to.