SyntaxExtensions.IsHexNumericLiteral(LiteralExpressionSyntax) Method
Containing Type: SyntaxExtensions
Assembly: Roslynator.CSharp.dll
Returns true if the specified literal expression is a hexadecimal numeric literal expression.
public static bool IsHexNumericLiteral(this Microsoft.CodeAnalysis.CSharp.Syntax.LiteralExpressionSyntax literalExpression)
Parameters
literalExpression LiteralExpressionSyntax