[]
Parses and returns the "value" from an unformatted string along with additional information about the parsed string.
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
Type | Name | Description |
---|---|---|
string | value | The string value |
IFormatProvider | formatInfo | The format information |
string | formatString | The format string |
Type | Description |
---|---|
object | A object from an unformatted string.. |
Parses and returns the "value" from an unformatted string.
public virtual object FromUnformattedString(string value)
Public Overridable Function FromUnformattedString(value As String) As Object
Type | Name | Description |
---|---|---|
string | value | The string value. |
Type | Description |
---|---|
object | A object from an unformatted string.. |