UtilityisNumeric Method Ipswitch.Messaging.Framework
Method to test whether an object's string representation (ToString) is a number (double).

Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax

public static bool isNumeric(
	Object ObjectToTest
)

Parameters

ObjectToTest
Type: SystemObject
The object to be tested. This object will be tested using its ToString representation.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:IMailAPI_NET.Utility.isNumeric(System.Object)"]

See Also

Reference