IsBareKey(String) Method

Definition

Namespace Tomlyn.Syntax
Assembly Tomlyn.dll

Determines whether the specified string is a valid bare key.

public static bool IsBareKey(string name)

Parameters

name
String

The candidate key.

Returns

Boolean
true if the string is a valid bare key; otherwise false.