Class Constants
Helper function for common constant values
Inherited Members
Namespace: LemonEdge.Utils
Assembly: LemonEdge.Utils.dll
Syntax
public class Constants
Constructors
Constants()
Declaration
public Constants()
Fields
LEMONEDGE_INTERNAL_VERSION
The internal version number for this application.
Used for the web service and client to confirm they are running on the same version
Declaration
public const string LEMONEDGE_INTERNAL_VERSION = "2.9.0.1"
Field Value
| Type | Description |
|---|---|
| string |
Tab
A tab
Declaration
public const string Tab = "\t"
Field Value
| Type | Description |
|---|---|
| string |
Properties
CrLf
A new line
Declaration
public static string CrLf { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Tabs(short)
Creates tabs for the specified numberOfTabs
Declaration
public static string Tabs(short numberOfTabs)
Parameters
| Type | Name | Description |
|---|---|---|
| short | numberOfTabs | Number of tabs to create |
Returns
| Type | Description |
|---|---|
| string | The specified number of tabs |