[]
        
(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

The string value

IFormatProvider formatInfo

The format information

string formatString

The format string

Returns
Type Description
object

A object from an unformatted string..

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

The string value.

Returns
Type Description
object

A object from an unformatted string..

Implements