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
True if the parameter name is safe, false otherwise.