Table of Contents

Method StripHeaderComment

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.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.