StringEncodedWriteVector.FlipBit(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
toggle one of the bits in writeVector and return the new value.
public static bool FlipBit (ref string writeVector, string Replica);
static member FlipBit : string * string -> bool
Public Shared Function FlipBit (ByRef writeVector As String, Replica As String) As Boolean
Parameters
- writeVector
- String
The write vector in which we want to flip the bit
- Replica
- String
The replica for which we want to flip the bit
Returns
the state of the bit after flipping it