SvgPlottingUtilIsNumeric Method

Return a value indicating whether the specified string is totally numeric.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static bool IsNumeric(
	string value,
	bool floatingPoint = true
)

Parameters

value  String
The value to inspect.
floatingPoint  Boolean  (Optional)
Value indicating whether to allow floating point values.

Return Value

Boolean
True if the caller's value is a valid number. Otherwise, false.

See Also