string class : TAB getter
Description
Gets a string that represents the tab.
Syntax
stringInstance.TAB
Arguments
None
Return value
Class | Description |
string | A string that represents the tab. |
Sample code
//anyString is a instance of string type.
string tab = anyString.TAB;
Notes
This getter is a constant. Please note that is not affected by the value of the calling instance.
Links for reference
None