[]
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 source string need to unformatted. |
Type | Description |
---|---|
object | Parsed value |