Method FromString
- Namespace
- Sisk.IniConfiguration
- Assembly
- Sisk.IniConfiguration.dll
FromString(string)
Creates an new IniDocument document from the specified string, reading it as an UTF-8 string.
public static IniDocument FromString(string iniConfiguration)
Parameters
iniConfiguration
stringThe UTF-8 string.