Click or drag to resize
SerializableInnerType  Conversion (InnerType to SerializableInnerType)
Converts string to a serializable string

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static implicit operator Serializable<InnerType> (
	InnerType value
)

Parameters

value
Type: InnerType
String to convert

Return Value

Type: SerializableInnerType
See Also