Class RandomHelper
Random helper.
Inherited Members
Namespace: VisioForge.Core.Helpers
Assembly: VisioForge.Core.dll
Syntax
public static class RandomHelper
Methods
Get()
Gets random value.
Declaration
public static int Get()
Returns
Type | Description |
---|---|
int | System.Int32. |
GetWithDate()
Gets random value with current date.
Declaration
public static string GetWithDate()
Returns
Type | Description |
---|---|
string | System.String. |