Location:
inetprottextutils.h
Link against: inetprotutil.lib
class InetProtTextUtils;
Description
Members
Defined in InetProtTextUtils:
ERemoveBoth, ERemoveLeft, ERemoveRight, TRemoveMode
TRemoveMode
Description
Enum defining whitespace removal modes.
ERemoveLeft |
Specifies removal any contiguous whitespace characters at the beginning of some data. |
ERemoveRight |
Specifies removal any contiguous whitespace characters at the end of some data. |
ERemoveBoth |
Specifies removal any contiguous whitespace characters at the beginning and end of some data. |
|