ShopToolsUtilGetIntegerString Method
Return the formally formatted version of the caller's integer number.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static string GetIntegerString(
string value
)
Public Shared Function GetIntegerString (
value As String
) As String
No code example is currently available or this language may not be supported.
- value String
-
A value to convert to integer then format.
String
String representation of a valid integer number, if the caller's
input was legitimate. Otherwise, "0".