string class : CR getter

Description

Gets a string that represents the carriage return.

Syntax

stringInstance.CR

Arguments

None

Return value

ClassDescription
stringA string that represents the carriage return.

Sample code

//anyString is a instance of string type.

string carriageReturn = anyString.CR;

Notes

This getter is a constant. Please note that is not affected by the value of the calling instance.

Links for reference

None

Copyright © Rice All rights reserved.