Discuss this help topic in SecureBlackbox Forum
This topic is under development…
Declaration
[VB.NET]
Property NewLine As String
[Pascal]
property NewLine : string;
[C++]
void get_NewLine(std::string &OutResult);
void set_NewLine(const std::string &Value);
[PHP]
string get_NewLine()
void set_NewLine(string $Value)
[Java]
String getNewLine();
void setNewLine(String Value);
Description
…
Discuss this help topic in SecureBlackbox Forum