Table of Contents

Method StripHeaderComment

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

StripHeaderComment(Language, string)

Removes the leading header comment.

public static int StripHeaderComment(Language language, string code)

Parameters

language Language

The language will be processed.

code string

Code to process.

Returns

int

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