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

1
public static class ConfigurationFormatExtensions

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

1
public static string ToFileExtension(this ConfigurationFormat format)

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

Parameters

NameDescription
formatThe configuration format value.

Returns

The lowercase file extension string corresponding to format.