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 17, 2021 · 5 revisions

Description

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

public interface IConvertible<Type>

Members

ToType(System.IFormatProvider?)

Methods

ToType(System.IFormatProvider?)

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

protected Type ToType(System.IFormatProvider?);

Clone this wiki locally