Click or drag to resize

CommonConvertToIntOrDefault Method

[Missing <summary> documentation for "M:IAS.Common.ConvertToIntOrDefault(System.Object,System.Int32)"]

Namespace:  IAS
Assembly:  Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int ConvertToIntOrDefault(
	Object obj,
	int dflt = 0
)

Parameters

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:IAS.Common.ConvertToIntOrDefault(System.Object,System.Int32)"]

dflt (Optional)
Type: SystemInt32

[Missing <param name="dflt"/> documentation for "M:IAS.Common.ConvertToIntOrDefault(System.Object,System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:IAS.Common.ConvertToIntOrDefault(System.Object,System.Int32)"]

See Also