ShopToolsUtilGetFloatString Method

Return the formally formatted version of the caller's floating point number.

Definition

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

Parameters

value  String
A value to convert to float then format.

Return Value

String
String representation of a valid floating point number, if the caller's input was legitimate. Otherwise, "0".

See Also