ITypeConverter Interface

Definition

Converts between Type and String representations.

public interface ITypeConverter
type ITypeConverter = interface
Public Interface ITypeConverter

Methods

TryFormat(Type, String)

Formats the provided type as a string.

TryParse(String, Type)

Parses the provided type.

Applies to