string class : LF getter

Description

Gets a string that represents the line feed.

Syntax

stringInstance.LF

Arguments

None

Return value

ClassDescription
stringA string that represents the line feed.

Sample code

//anyString is a instance of string type.

string lineFeed = anyString.LF;

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.