[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Length.TryParse

TryParse Method

TryParse(string, out Length)

Attempts to parse a string as a Length value.

Declaration
public static bool TryParse(string value, out Length result)
Parameters
Type Name Description
string value

A string value to parse.

Length result

The resulting Length value if the parse is successful.

Returns
Type Description
bool

A bool value. true if the string can be parsed as a Length; otherwise, false.