| ValidationHelperGetString Method (Object, String, String) | 
            Returns the string representation of an object or default value if not.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string GetString(
	Object value,
	string defaultValue,
	string culture
)
Parameters
- value
- Type: SystemObject
 Value to convert
- defaultValue
- Type: SystemString
 Default value
- culture
- Type: SystemString
 Culture
Return Value
Type: 
String See Also
See Also