- All Superinterfaces:
- IAIFType
- All Known Subinterfaces:
- IAIFTypeCharPointer
public interface IAIFTypeString
extends IAIFType
Represents a string type. A string type contains a fixed number
of characters that are usually encoded using UTF-8 or some other
kind of encoding.
NOTE: See IAIFCharPointer
for C/C++ string types.