Click or drag to resize

Utils_String.GetDecimal Method

Overload List
  NameDescription
Public methodStatic memberGetDecimal(String)
Tries to convert a text to decimal. If not converted, will return 0.
Public methodStatic memberGetDecimal(String, CultureInfo)
Tries to convert a text to decimal using the given culture. If not converted, will return 0.
Top
See Also