Summary
public bool TryGetByte(out byte value)
Attempts to get this value as a byte . Fills thevalueon success.
Returns
trueif the value could be understood as this data type;falseotherwise
Parameters
- byte value
public bool TryGetByte(out byte value)
Attempts to get this value as a byte . Fills thevalueon success.
trueif the value could be understood as this data type;falseotherwise