[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Führt eine Umwandlung eines Objektes in einen Zieldatentyp durch.
Namespace: DynamicNode.CoreAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
| C# |
|---|
Object DoConversion( Object o, Type to ) |
| Visual Basic |
|---|
Function DoConversion ( _ o As Object, _ to As Type _ ) As Object |
| F# |
|---|
abstract DoConversion : o:Object * to:Type -> Object |
Return Value
Das Ergebnis der Umwandlung.
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | Wenn die Umwandlung nicht unterstützt wird. |