Click or drag to resize
Serializable<InnerType>Implicit Conversion (InnerType to Serializable<InnerType>)
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: Serializable<InnerType>
See Also