Share via


VBHelpers.IsDoubleQuote(Char) Method

Definition

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

public static bool IsDoubleQuote (char character);
static member IsDoubleQuote : char -> bool
Public Shared Function IsDoubleQuote (character As Char) As Boolean

Parameters

character
Char

The character.

Returns

true if the character is enclosed in double quotation marks ("); otherwise, false.

Applies to