TextContext   Conversion (TextContext to ListString)

Explicit cast to a list of strings.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static explicit operator List<string> (
	TextContext context
)

Parameters

context  TextContext
The text context.

Return Value

ListString
Collection of string values.

See Also