TechTalk Genome v4.2

NullableSingle Explicit to Conversion

Converts the specified NullableString parameter to a NullableSingle structure.

Overload List

Converts the NullableBoolean parameter to a NullableSingle structure.

public static NullableSingle Explicit NullableBoolean to NullableSingle Conversion

Converts the NullableDecimal parameter to a NullableSingle structure.

public static NullableSingle Explicit NullableDecimal to NullableSingle Conversion

Converts the NullableDouble parameter to a NullableSingle structure.

public static NullableSingle Explicit NullableDouble to NullableSingle Conversion

Converts a NullableSingle to a float.

public static float Explicit NullableSingle to Single Conversion

Converts the specified NullableString parameter to a NullableSingle structure.

public static NullableSingle Explicit NullableString to NullableSingle Conversion

See Also

NullableSingle Class | TechTalk.Genome.NullableTypes Namespace | Single.Parse