XmlHelperConvertToString Method (Object, Type) |
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string ConvertToString(
Object value,
Type type
)
Parameters
- value
- Type: SystemObject
Value to convert. - type
- Type: SystemType
Type of the value.
Return Value
Type:
StringSee Also