MacroMethodContainerGetStringParam Method |
Returns the parameter converted to string or empty string.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax 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:
StringSee Also