Parses a number and checks to see if it is between minvalue and maxvalue non-inclusive
Namespace:
HS.Sys.TheEnterprise.Common.LaserbearAssembly: Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
| C# |
|---|
public static string ParseNumber( string num, int minvalue, int maxvalue ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function ParseNumber ( _ num As String, _ minvalue As Integer, _ maxvalue As Integer _ ) As String |
| Visual C++ |
|---|
public: static String^ ParseNumber( String^ num, int minvalue, int maxvalue ) |
Parameters
- num
- Type: System..::.String
number
- minvalue
- Type: System..::.Int32
Lower bound
- maxvalue
- Type: System..::.Int32
Upper Bound