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
stringCode to process.
Returns
- int
Length of the leading header comment if found; otherwise, 0.