ConfigurationFormatExtensions

ConfigurationFormatExtensions

Extension helpers for working with values across the runtime codebase.

Project: GridPlacement v6.0
Layer: Godot
Source: Godot/Core/Types/ConfigurationFormatExtensions.cs
Namespace: GridBuilding.Core.Types
Kind: class

Parsing Method: AST-based (Roslyn) - NOT regex

⚠️ IMPORTANT: This documentation was generated using AST parsing, not regex.

Methods

ToFileExtension

Gets the canonical lowercase file extension (without leading dot) for the given configuration format, e.g. “json”.

Returns: string

Parameters:

  • ConfigurationFormat format