ParserHelpers Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Provides helper methods for the parser.

System.Object
  System.Web.Razor.Parser.ParserHelpers

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

public final class ParserHelpers

The ParserHelpers type exposes the following members.

  NameDescription
Public methodStatic memberIsCombiningThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is a spacing combining mark or a non-spacing mark.
Public methodStatic memberIsConnectingThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is a connector punctuation.
Public methodStatic memberIsDecimalDigitThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is a decimal digit number.
Public methodStatic memberIsEmailPartThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is valid for use in email address.
Public methodStatic memberIsFormattingThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is used for formatting text layout or formatting text operation.
Public methodStatic memberIsHexDigitThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is a hexadecimal digit number.
Public methodStatic memberIsIdentifier(String)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified string value is an identifier.
Public methodStatic memberIsIdentifier(String, Boolean)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified string value is an identifier.
Public methodStatic memberIsIdentifierPartThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is valid for use in identifier.
Public methodStatic memberIsIdentifierStartThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is valid for use as start character of an identifier.
Public methodStatic memberIsLetterThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is a letter.
Public methodStatic memberIsLetterOrDecimalDigitThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is a letter or a decimal digit number.
Public methodStatic memberIsNewLine(Char)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified value is a newline.
Public methodStatic memberIsNewLine(String)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified value is a newline.
Public methodStatic memberIsTerminatingCharTokenThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is a terminating character token.
Public methodStatic memberIsTerminatingQuotedStringTokenThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is a terminating quoted string.
Public methodStatic memberIsWhitespaceThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is a whitespace.
Public methodStatic memberIsWhitespaceOrNewLineThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is a whitespace or newline.
Public methodStatic memberSanitizeClassNameThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Sanitizes the specified input name to conform as a valid value for class name.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: