Parses and returns the "value" from a formatted string.
Declaration
public virtual object FromFormattedString(string value)
Public Overridable Function FromFormattedString(value As String) As Object
Parameters
Type |
Name |
Description |
string |
value |
|
Returns
Implements
Parses and returns the "value" from a formatted string.
Declaration
[Browsable(false)]
public object FromFormattedString(string value, bool checkCorrectFormatDateTime)
<Browsable(False)>
Public Function FromFormattedString(value As String, checkCorrectFormatDateTime As Boolean) As Object
Parameters
Type |
Name |
Description |
string |
value |
|
bool |
checkCorrectFormatDateTime |
|
Returns