ValidationHelperGetString Method (Object, String, CultureInfo) |
Returns the string representation of an object or default value if not.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static string GetString(
Object value,
string defaultValue,
CultureInfo culture = null
)
Parameters
- value
- Type: SystemObject
Value to convert - defaultValue
- Type: SystemString
Default value - culture (Optional)
- Type: System.GlobalizationCultureInfo
Culture
Return Value
Type:
StringSee Also