HeaderUtilities.IsQuoted(StringSegment) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the specified input
is quoted.
public:
static bool IsQuoted(Microsoft::Extensions::Primitives::StringSegment input);
public static bool IsQuoted (Microsoft.Extensions.Primitives.StringSegment input);
static member IsQuoted : Microsoft.Extensions.Primitives.StringSegment -> bool
Public Shared Function IsQuoted (input As StringSegment) As Boolean
Parameters
- input
- StringSegment
The value to inspect.
Returns
true
if the value is quoted, otherwise false
.