Click or drag to resize

StringUtilsParseInt Method (String, Int32, IFormatProvider)

Parses an string into an integer. If the value can't be parsed a default value is returned instead

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static int ParseInt(
	string input,
	int defaultValue,
	IFormatProvider numberFormat
)

Parameters

input
Type: SystemString
The input.
defaultValue
Type: SystemInt32
The default value.
numberFormat
Type: SystemIFormatProvider
The number format.

Return Value

Type: Int32

[Missing <returns> documentation for "M:Koden.Utils.StringUtils.ParseInt(System.String,System.Int32,System.IFormatProvider)"]

See Also