[]
        
(Showing Draft Content)

FarPoint.Web.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
Implements