共用方式為


IConverter<TValue,TSurrogate>.ConvertToSurrogate(TValue) 方法

定義

將值轉換為實值型別。

public TSurrogate ConvertToSurrogate (in TValue value);
abstract member ConvertToSurrogate : 'Value -> 'Surrogate
Public Function ConvertToSurrogate (value As TValue) As TSurrogate

參數

value
TValue

數值。

傳回

TSurrogate

Surrogate。

適用於