ShopToolsUtilGetIntegerString Method

Return the formally formatted version of the caller's integer number.

Definition

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

Parameters

value  String
A value to convert to integer then format.

Return Value

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

See Also