Parses and returns the "value" from an unformatted string along with additional information about the parsed string.
Declaration
public object FromUnformattedString(string value, ref IFormatProvider formatInfo, ref string formatString)
Public Function FromUnformattedString(value As String, ByRef formatInfo As IFormatProvider, ByRef formatString As String) As Object
Parameters
Returns
Parses and returns the "value" from an unformatted string.
Declaration
public virtual object FromUnformattedString(string value)
Public Overridable Function FromUnformattedString(value As String) As Object
Parameters
Type |
Name |
Description |
string |
value |
|
Returns
Implements