Determines if a string is a numeric value.
            
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# | 
|---|
public static bool IsNumeric( string value )  | 
| Visual Basic | 
|---|
Public Shared Function IsNumeric ( value As String ) As Boolean  | 
Parameters
- value
 - Type: System..::..String