Table of Contents

Class StringExtensions

Namespace
StepLang.Tokenizing
Assembly
StepLang.dll
public static class StringExtensions
Inheritance
StringExtensions
Inherited Members

Methods

GetFirstInvalidIdentifierCharacter(string)

public static char? GetFirstInvalidIdentifierCharacter(this string value)

Parameters

value string

Returns

char?

IsValidIdentifier(string)

public static bool IsValidIdentifier(this string value)

Parameters

value string

Returns

bool