Class Constants
Helper function for common constant values
Inheritance
System.Object
Constants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LemonEdge.Utils
Assembly: Utils.dll
Syntax
public class 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 = "1.0.0911.2019"
Field Value
Type | Description |
---|---|
System.String |
Tab
A tab
Declaration
public const string Tab = "\t"
Field Value
Type | Description |
---|---|
System.String |
Properties
CrLf
A new line
Declaration
public static string CrLf { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Tabs(Int16)
Creates tabs for the specified numberOfTabs
Declaration
public static string Tabs(short numberOfTabs)
Parameters
Type | Name | Description |
---|---|---|
System.Int16 | numberOfTabs | Number of tabs to create |
Returns
Type | Description |
---|---|
System.String | The specified number of tabs |