[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.GeneralFormatter.FromUnformattedString

FromUnformattedString Method

FromUnformattedString(string, ref IFormatProvider, ref string)

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
Type Name Description
string value
IFormatProvider formatInfo
string formatString
Returns
Type Description
object

FromUnformattedString(string)

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
Type Description
object
Implements