Class TpmPcrTupleConverter<T1, T2>
Inheritance
System.Object
TpmPcrTupleConverter<T1, T2>
Assembly: AsaLib.dll
Syntax
public class TpmPcrTupleConverter<T1, T2> : TypeConverter
Type Parameters
Methods
|
Improve this Doc
View Source
CanConvertFrom(ITypeDescriptorContext, Type)
Declaration
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Parameters
| Type |
Name |
Description |
| ITypeDescriptorContext |
context |
|
| Type |
sourceType |
|
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
Declaration
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
| Type |
Name |
Description |
| ITypeDescriptorContext |
context |
|
| CultureInfo |
culture |
|
| System.Object |
value |
|
Returns
| Type |
Description |
| System.Object |
|