UtilityisUInt Method Ipswitch.Messaging.Framework
Internationalized method to check and make sure a string can be made into a uint.

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

public static bool isUInt(
	Object ObjectToTest,
	out uint OutValue
)

Parameters

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

[Missing <param name="OutValue"/> documentation for "M:IMailAPI_NET.Utility.isUInt(System.Object,System.UInt32@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:IMailAPI_NET.Utility.isUInt(System.Object,System.UInt32@)"]

See Also

Reference