SvgPlottingUtilIsNumeric Method
Return a value indicating whether the specified string is totally
numeric.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static bool IsNumeric(
string value,
bool floatingPoint = true
)
Public Shared Function IsNumeric (
value As String,
Optional floatingPoint As Boolean = true
) As Boolean
No code example is currently available or this language may not be supported.
- value String
-
The value to inspect.
- floatingPoint Boolean (Optional)
-
Value indicating whether to allow floating point values.
Boolean
True if the caller's value is a valid number. Otherwise, false.