[]
Parses and returns the "value" from a formatted string.
public virtual object FromFormattedString(string value)
Public Overridable Function FromFormattedString(value As String) As Object
Type | Name | Description |
---|---|---|
string | value | The source string need to parses. |
Type | Description |
---|---|
object | Parsed value |
Parses and returns the "value" from a formatted string.
[Browsable(false)]
public object FromFormattedString(string value, bool checkCorrectFormatDateTime)
<Browsable(False)>
Public Function FromFormattedString(value As String, checkCorrectFormatDateTime As Boolean) As Object
Type | Name | Description |
---|---|---|
string | value | The source string need to parses. |
bool | checkCorrectFormatDateTime | The flag to check format with date/time. |
Type | Description |
---|---|
object | Parsed value |