TechTalk Genome v4.2

NullableInt32 Explicit to Conversion

Overload List

Converts the NullableBoolean parameter to a NullableInt32 structure.

public static NullableInt32 Explicit NullableBoolean to NullableInt32 Conversion

Converts the NullableDecimal parameter to a NullableInt32 structure.

public static NullableInt32 Explicit NullableDecimal to NullableInt32 Conversion

Converts the NullableDouble parameter to a NullableInt32 structure.

public static NullableInt32 Explicit NullableDouble to NullableInt32 Conversion

Converts a NullableInt32 to a int.

public static int Explicit NullableInt32 to Int32 Conversion

Converts the NullableInt64 parameter to a NullableInt32 structure.

public static NullableInt32 Explicit NullableInt64 to NullableInt32 Conversion

Converts the NullableSingle parameter to a NullableInt32 structure.

public static NullableInt32 Explicit NullableSingle to NullableInt32 Conversion

Converts the specified NullableString parameter to a NullableInt32 structure.

public static NullableInt32 Explicit NullableString to NullableInt32 Conversion

public static NullableInt32 Explicit NullableUInt32 to NullableInt32 Conversion

public static NullableInt32 Explicit NullableUInt64 to NullableInt32 Conversion

See Also

NullableInt32 Class | TechTalk.Genome.NullableTypes Namespace