Utility IsNumeric Method (String)Bespoke Osc Library
Determine if a string represents a numeric value.

Namespace: Bespoke.Common
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Shared Function IsNumeric ( _
	value As String _
) As Boolean

Return Value

true if value represents a numeric value; otherwise, false.
See Also