VBHelpers Class

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

Represents a set of characters as helpers in VB.

System.Object
  System.Web.Razor.Tokenizer.VBHelpers

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

public final class VBHelpers

The VBHelpers type exposes the following members.

  NameDescription
Public methodStatic memberIsDoubleQuoteThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates a value whether a specified character is enclosed in double quotation marks (").
Public methodStatic memberIsOctalDigitThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates a value whether a character is in octal digit.
Public methodStatic memberIsSingleQuoteThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates a value whether a specified character is enclosed in a single quotation mark (').
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: