Delimiter.ClearValue Method

Definition

Namespace: ASNA.DataGate.Client.CopyData
Assembly: ASNA.QSys.DataGate.Client.dll

Clears the value of this instance, making it represent no delimiter.

void ClearValue()

Clears the value of this instance, making it represent no delimiter.

Remarks

This method sets the field to false, indicating that the property has not been set.As a result, this instance will represent no delimiter (IsStarNone will be true).

void ClearValue()

See Also