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

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

Parameters

parameter
Type: System.Object
Parameter to convert
culture (Optional)
Type: System.String
Culture to use to convert object to string

Return Value

Type: String
See Also