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