Click or drag to resize

DfsDLLWrapperUtilGetDfsType Method (Type)

convert a System.Type into a UfsSimpleType, if possible

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static DfsSimpleType GetDfsType(
	Type t
)

Parameters

t
Type: SystemType
system type (int, double, float, byte, uint, short, ushort)

Return Value

Type: DfsSimpleType
ufs type
See Also