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: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic interface ICanParseFromAndConvertToString
See Also