ICanParseFromAndConvertToString Interface |
An interface confirming that the type has a static method Parse(string text) and value can converted to string by means ToString().
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2022.1.1.0 (2022.1.1.0)
Syntaxpublic interface ICanParseFromAndConvertToString
See Also