TransformHelpers. ObjectAsLongToInt Method

Relativity Kepler
Attempts to convert an expected Long to an Integer.

Namespace:  Relativity.Kepler.Serialization
Assembly:  Relativity.Kepler (in Relativity.Kepler.dll) Version: local build
Syntax

C#
public static int ObjectAsLongToInt(
	Object input,
	string propertyName
)

Parameters

input
Type: System.Object

[Missing <param name="input"/> documentation for "M:Relativity.Kepler.Serialization.TransformHelpers.ObjectAsLongToInt(System.Object,System.String)"]

propertyName
Type: System.String

[Missing <param name="propertyName"/> documentation for "M:Relativity.Kepler.Serialization.TransformHelpers.ObjectAsLongToInt(System.Object,System.String)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Relativity.Kepler.Serialization.TransformHelpers.ObjectAsLongToInt(System.Object,System.String)"]

See Also

Reference