Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

IConvertible

Narumikazuchi edited this page Sep 18, 2021 · 5 revisions

Assembly: Narumikazuchi.dll
Namespace: Narumikazuchi

Description

Defines a method to convert the implementing type to the type TType.

public interface IConvertible<TType>

Members

Defined

ToType(System.IFormatProvider?)

Methods

ToType(System.IFormatProvider?)

Converts this instance into a new instance of TType with the same value using the specified culture-specific formatting.

protected TType ToType(System.IFormatProvider?);

See also

Converter

Clone this wiki locally