Table of Contents

Method IsSdkStyle

Namespace
Alternet.Common.Projects.DotNet.SdkStyleReferences
Assembly
Alternet.Common.v10.dll

IsSdkStyle(string)

Indicates whether this is a SDK style project.

public static bool IsSdkStyle(string projectFileContents)

Parameters

projectFileContents string

A string that contains XML representing a project content.

Returns

bool

True if succeed; otherwise false.