Discuss this help topic in SecureBlackbox Forum
Contains character string for the end of string indication on the local machine.
Declaration
[C#]
byte[] LocalNewLineConvention;
[VB.NET]
Property LocalNewLineConvention As Byte()
[Pascal]
property LocalNewLineConvention : ByteArray;
[C++]
void get_LocalNewLineConvention(std::vector<uint8_t> &OutResult);
void set_LocalNewLineConvention(const std::vector<uint8_t> &Value);
[PHP]
string get_LocalNewLineConvention()
void set_LocalNewLineConvention(array of byte|string|NULL $Value)
[Java]
byte[] getLocalNewLineConvention();
void setLocalNewLineConvention(byte[] Value);
Description
This property contains the character string for the end of string indication used on the local machine.
Discuss this help topic in SecureBlackbox Forum