[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Length.op_Implicit

implicit operator Operator

implicit operator Length(string)

Converts a string to a Length instance.

Declaration
public static implicit operator Length(string length)
Parameters
Type Name Description
string length

A string value indicating the length.

Returns
Type Description
Length

A new Length instance.

Examples
Length length = "1in";