SerializableInnerType Conversion (InnerType to SerializableInnerType) |
Converts string to a serializable string
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static implicit operator Serializable<InnerType> (
InnerType value
)
Parameters
- value
- Type: InnerType
String to convert
Return Value
Type:
SerializableInnerTypeSee Also