Click or drag to resize
FormInfoClassGeneratorBaseWriteLine Method (String, Object)
Write formatted text directly into the generated output

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public void WriteLine(
	string format,
	params Object[] args
)

Parameters

format
Type: SystemString
args
Type: SystemObject
See Also