[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.RomUtils.FromStringConverter-1

RomUtils.FromStringConverter<T> Delegate

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public delegate T RomUtils.FromStringConverter<T>(string stringValue)
Parameters
Type Name Description
string stringValue
Returns
Type Description
T
Type Parameters
Name Description
T

Constructors

Name Description
FromStringConverter(object, IntPtr)

Methods

Name Description
BeginInvoke(string, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(string)

Extension Methods