Share via


VBHelpers Class

Definition

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.

public static class VBHelpers
type VBHelpers = class
Public Class VBHelpers
Inheritance
VBHelpers

Methods

IsDoubleQuote(Char)

This 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 (").

IsOctalDigit(Char)

This 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.

IsSingleQuote(Char)

This 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 (').

Applies to