共用方式為


IConverter<TValue,TSurrogate> 介面

定義

在兩種類型之間轉換的功能。

public interface IConverter<TValue,TSurrogate> where TSurrogate : struct
type IConverter<'Value, 'Surrogate (requires 'Surrogate : struct)> = interface
Public Interface IConverter(Of TValue, TSurrogate)

類型參數

TValue
TSurrogate

方法

ConvertFromSurrogate(TSurrogate)

將 Surrogate 值轉換為實值型別。

ConvertToSurrogate(TValue)

將值轉換為實值型別。

適用於