Share via


ParserHelpers.IsCombining Method

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

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

Syntax

'Declaration
Public Shared Function IsCombining ( _
    value As Char _
) As Boolean
'Usage
Dim value As Char 
Dim returnValue As Boolean 

returnValue = ParserHelpers.IsCombining(value)
public static bool IsCombining(
    char value
)
public:
static bool IsCombining(
    wchar_t value
)
static member IsCombining : 
        value:char -> bool
public static function IsCombining(
    value : char
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the specified character value is a spacing combining mark or a non-spacing mark; otherwise, false.

See Also

Reference

ParserHelpers Class

System.Web.Razor.Parser Namespace