ShopToolsUtilToFloat(String) Method

Provide fail-safe conversion of string to numeric value.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static float ToFloat(
	string value
)

Parameters

value  String
Value to convert.

Return Value

Single
Floating point value. 0 if not convertible.

Remarks

This version supports fractions.

See Also