TypeString Function
|
|
Return a descriptive name (in upper case) for a X# (Usual) Type
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.24 GA
Syntax FUNCTION TypeString(
nType AS DWORD
) AS STRING
public static string TypeString(
uint nType
)
Request Example
View SourceParameters
- nType
- Type: DWord
Return Value
Type:
String
See Also