Table of Contents

Method StripHeaderComment

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v10.dll

StripHeaderComment(string)

Removes the leading header comment.

public virtual int StripHeaderComment(string code)

Parameters

code string

Code to process.

Returns

int

Length of the leading header comment if found; otherwise, 0.