Skip to content

Method IsValidParameterName

Namespace: Belay.Core.Security
Assembly: Belay.Core.dll

IsValidParameterName(string?)

Validates that a parameter name is safe for Python code generation.

csharp
public static bool IsValidParameterName(string? parameterName)

Parameters

parameterName string?

The parameter name to validate.

Returns

bool

True if the parameter name is safe, false otherwise.

Released under the Apache License 2.0.