Summary

public static bool TryParse(string input, out MyIniKey key)

Parses a string in the form ofsection/keyinto a MyIniKey object.

Returns

bool

Parameters