Click or drag to resize
MacroMethodContainerGetStringParam Method
Returns the parameter converted to string or empty string.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
protected static string GetStringParam(
	Object parameter,
	string culture = null
)

Parameters

parameter
Type: SystemObject
Parameter to convert
culture (Optional)
Type: SystemString
Culture to use to convert object to string

Return Value

Type: String
See Also