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