Table of Contents

Class YamlFormatterOptionsExtensions

Namespace
Codebelt.Extensions.YamlDotNet.Formatters
Assembly
Codebelt.Extensions.YamlDotNet.dll

Extension methods for the YamlFormatterOptions class.

public static class YamlFormatterOptionsExtensions
Inheritance
Object
YamlFormatterOptionsExtensions

Methods

SetPropertyName(YamlFormatterOptions, String)

Returns the specified name adhering to the underlying NamingConvention policy on options.

public static string SetPropertyName(this YamlFormatterOptions options, string name)

Parameters

options YamlFormatterOptions

The YamlFormatterOptions to extend.

name String

The name of the property.

Returns

String

If options. is null, the specified name is returned unaltered; otherwise it is converted according to the NamingConvention.