[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.GeneralFormatter.Parse

Parse Method

Parse(string)

Parses the string to an object and returns the result.

Declaration
public object Parse(string s)
Public Function Parse(s As String) As Object
Parameters
Type Name Description
string s

String to be parsed

Returns
Type Description
object

Results of the parsing

Implements

Parse(string, ref IFormatProvider, ref string)

Parses the string to an object and returns the result.

Declaration
public object Parse(string s, ref IFormatProvider formatInfo, ref string formatString)
Public Function Parse(s As String, ByRef formatInfo As IFormatProvider, ByRef formatString As String) As Object
Parameters
Type Name Description
string s

String

IFormatProvider formatInfo

IFormatProvider

string formatString

String

Returns
Type Description
object

Results of the parsing

Implements
Exceptions
Type Condition
ParseException

Not a valid hexidecimal number.