Click or drag to resize

RecroGridRGServiceParamsGetStringDataParam Method

Gets the string data parameter.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public string GetStringDataParam(
	string name
)

Parameters

name
Type: SystemString
The name of parameter.

Return Value

Type: String
The value of parameter.
See Also