StringUtils.ParseDecimal

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

public static decimal ParseDecimal(string input,
	decimal defaultValue,
	IFormatProvider numberFormat)

Parameters

input

defaultValue

numberFormat


See also:

Class StringUtils

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic