OperatingModesGetModeString Method |
Gets the mode in string form
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public static string GetModeString(
int mode
)
Public Shared Function GetModeString (
mode As Integer
) As String
public:
static String^ GetModeString(
int mode
)
static member GetModeString :
mode : int -> string
Parameters
- mode
- Type: SystemInt32
the mode
Return Value
Type:
Stringthe mode in string form
See Also