ConvertDictionaryKey(String) Method

Definition

Assembly SharpYaml.dll

Converts a dictionary key into a YAML key using DictionaryKeyPolicy.

public string ConvertDictionaryKey(string key)

Parameters

key
String

The dictionary key.

Returns

String
The converted YAML key.