Discuss this help topic in SecureBlackbox Forum
This property specifies the new line symbol for text files.
Declaration
[C#]
string NewLineConvention;
[VB.NET]
Property NewLineConvention As String
[Pascal]
property NewLineConvention: string;
[C++]
void get_NewLineConvention(std::string &OutResult);
void set_NewLineConvention(const std::string &Value);
[PHP]
string get_NewLineConvention()
void set_NewLineConvention(string $Value)
[Java]
String getNewLineConvention();
void setNewLineConvention(String Value);
Description
Use this property to specify the new line symbol.
Discuss this help topic in SecureBlackbox Forum