InputBuffer.Clear() - YiZhang-Paul/Mock_Up_Calculator GitHub Wiki
Namespace: UtilityClassLibrary
Description: Clear buffer content to default value.
Returns | Description |
---|---|
void | this method does not return anything |
Remarks:
The default state of input buffer is "0" instead of an empty string (calculators and converters start with an initial value of 0). For instance, when clearing a buffer whose content is "5.8", the content will become "0" instead of empty string.