Serializable<InnerType>Implicit Conversion (InnerType to Serializable<InnerType>) |
Converts string to a serializable string
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxpublic static implicit operator Serializable<InnerType> (
InnerType value
)
Parameters
- value
- Type: InnerType
String to convert
Return Value
Type:
Serializable<InnerType>
See Also