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

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

Parameters

str
Type: CMS.HelpersSerializableInnerType
String to convert

Return Value

Type: InnerType
See Also