TechTalk Genome v4.2

NullableUInt32 Explicit to Conversion

Converts the NullableInt64 parameter to a NullableUInt32 structure.

Overload List

Converts the NullableBoolean parameter to a NullableUInt32 structure.

public static NullableUInt32 Explicit NullableBoolean to NullableUInt32 Conversion

Converts the NullableDecimal parameter to a NullableUInt32 structure.

public static NullableUInt32 Explicit NullableDecimal to NullableUInt32 Conversion

Converts the NullableDouble parameter to a NullableUInt32 structure.

public static NullableUInt32 Explicit NullableDouble to NullableUInt32 Conversion

Converts the NullableInt64 parameter to a NullableUInt32 structure.

public static NullableUInt32 Explicit NullableInt64 to NullableUInt32 Conversion

Converts the NullableSingle parameter to a NullableUInt32 structure.

public static NullableUInt32 Explicit NullableSingle to NullableUInt32 Conversion

Converts the specified NullableString parameter to a NullableUInt32 structure.

public static NullableUInt32 Explicit NullableString to NullableUInt32 Conversion

Converts a NullableUInt32 to a int.

public static uint Explicit NullableUInt32 to UInt32 Conversion

See Also

NullableUInt32 Class | TechTalk.Genome.NullableTypes Namespace