Utility IsNumeric Method (String, Int32 )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, _
	<OutAttribute> ByRef result As Integer _
) As Boolean

Parameters

value
Type: OnlineSystem String
The value to test.
result
Type: OnlineSystem Int32 
The numeric value potentially stored within the string.

Return Value

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