ConfigurationFormatExtensions
AUTO-GENERATED FILE – DO NOT EDIT MANUALLY
This page documents the supported public API surface only. Private, internal, benchmark, test, and implementation-detail types are intentionally omitted.
Declaration
Summary
Extension helpers for working with ConfigurationFormat values across the runtime codebase.
Metadata
Namespace: GridPlacement.Core.Types
Source File: cs/Core/Types/ConfigurationFormatExtensions.cs
Assembly: GridPlacement.Core
Type: class
Methods
ToFileExtension
Gets the canonical lowercase file extension (without leading dot) for the given configuration format, e.g. "json".
Parameters
| Name | Description |
|---|---|
format | The configuration format value. |
Returns
The lowercase file extension string corresponding to format.