Click or drag to resize

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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public interface ICanParseFromAndConvertToString
See Also