<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

VisualBasicConstants

static class VisualBasicConstants
Defines constants used by legacy code VB.NET ported from Relativity.
public const string VbCr = "\r"

Represents a carriage-return character combined with a linefeed character for print and display functions.

public const string VbCrLf = "\r\n"

Represents a carriage-return character combined with a linefeed character for print and display functions.

public const string VbLf = "\n"

Represents a linefeed character for print and display functions.

public const string VbNewLine = "\r\n"

Represents a newline character for print and display functions.